diff --git a/renovate.json b/renovate.json index 92cf1f713..77a21609f 100644 --- a/renovate.json +++ b/renovate.json @@ -12,6 +12,9 @@ ], "ignoreDeps": [ "react-native", - "@types/react-native" + "@types/react-native", + "@babel/core", + "babel-eslint", + "babel-loader" ] }