diff --git a/.github/renovate.json5 b/.github/renovate.json5 index dc1c7448f..a2a998155 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -47,6 +47,13 @@ "rebaseWhen": "behind-base-branch", "packageRules": [ + { + "groupName": "all github action dependencies", + "groupSlug": "all-github-action", + "matchPaths": [ + ".github/workflows/**" + ], + }, { "groupName": "all patch dependencies", "groupSlug": "all-patch",