diff --git a/renovate.json b/renovate.json index d9c724158..164553d4a 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,9 @@ { - "extends": ["config:base"], - "ignorePaths": ["notebooks", "community-content"] + "extends": [ + "config:recommended" + ], + "ignorePaths": [ + "notebooks", + "community-content" + ] }