diff --git a/.github/renovate.json b/.github/renovate.json index 7e9181a..0f6a698 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,5 +1,5 @@ { - "extends": ["config:base"], + "extends": ["config:recommended"], "schedule": ["before 9am on Monday"], "baseBranches": ["hotfix"], "groupName": "all dependencies", @@ -7,9 +7,9 @@ "groupSlug": "all", "packageRules": [ { - "packagePatterns": ["*"], "groupName": "all dependencies", - "groupSlug": "all" + "groupSlug": "all", + "matchPackageNames": ["*"] } ], "ignoreDeps": [],