From e72b3e3229a8b2341c7b6d6fcc0ec1ad8a859262 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 19:15:46 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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" }, {