diff --git a/renovate.json b/renovate.json index d40376f9..60599bd1 100644 --- a/renovate.json +++ b/renovate.json @@ -4,15 +4,15 @@ "groupSlug": "all", "packageRules": [ { - "packagePatterns": [ - "*" - ], "groupName": "Renovate Dependency Scan", - "groupSlug": "all" + "groupSlug": "all", + "matchPackageNames": [ + "*" + ] } ], "extends": [ - "config:base", + "config:recommended", "schedule:earlyMondays" ], "ignoreDeps": []