diff --git a/renovate.json b/renovate.json index 017eac6..7718313 100644 --- a/renovate.json +++ b/renovate.json @@ -21,13 +21,17 @@ "packageRules": [ { "description": "Group all updates within the same example into one PR", - "matchPaths": ["examples/**"], + "matchFileNames": [ + "examples/**" + ], "groupName": "{{parentDir}} — dependency updates", "groupSlug": "{{parentDir}}" }, { "description": "Group .github/scripts Python deps together", - "matchPaths": [".github/**"], + "matchFileNames": [ + ".github/**" + ], "groupName": ".github pipeline dependencies" }, {