diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 00000000..597ad920 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,23 @@ +{ + "extends": [ + "config:base" + ], + "rangeStrategy": "update-lockfile", + "packageRules": [ + { + "matchPaths": ["+(composer.json)"], + "enabled": true, + "groupName": "root-composer" + }, + { + "matchPaths": ["build-cs/**"], + "enabled": true, + "groupName": "build-cs" + }, + { + "matchPaths": [".github/**"], + "enabled": true, + "groupName": "github-actions" + } + ] +}