diff --git a/.github/renovate.json b/.github/renovate.json index b3893c2..81cb2d4 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,17 +1,21 @@ { "extends": [ - "config:base", + "config:recommended", "schedule:weekly" ], "rangeStrategy": "update-lockfile", "packageRules": [ { - "matchPaths": ["+(composer.json)"], + "matchFileNames": [ + "+(composer.json)" + ], "enabled": true, "groupName": "root-composer" }, { - "matchPaths": [".github/**"], + "matchFileNames": [ + ".github/**" + ], "enabled": true, "groupName": "github-actions" }