diff --git a/.github/renovate.json b/.github/renovate.json index 3544c1f..7737e40 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -37,15 +37,12 @@ } ], "packageRules": [ - { - "groupName": "github actions", + { + "groupName": "Github Actions updates", + "groupSlug": "github-actions", "matchManagers": [ "github-actions" ], - "matchUpdateTypes": [ - "major", - "minor" - ], "extends": [ "helpers:pinGitHubActionDigests" ],