diff --git a/.github/renovate.json b/.github/renovate.json index b5aba8d..92fd789 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -5,5 +5,12 @@ "labels": [ "changelog: skip", "dependencies" + ], + "packageRules": [ + { + "groupName": "github-actions", + "matchManagers": ["github-actions"], + "separateMajorMinor": "false" + } ] }