diff --git a/renovate.json b/renovate.json index 32aa9942..c1d5c214 100644 --- a/renovate.json +++ b/renovate.json @@ -2,19 +2,13 @@ "extends": [ "config:base" ], - "packageRules": [ + "packageRules": [ { "groupName": "all deps", "separateMajorMinor": true, "groupSlug": "all", - "packageRules": [ - { - "packagePatterns": [ - "*" - ], - "groupName": "all deps", - "groupSlug": "all" - } + "packagePatterns": [ + "*" ] } ]