diff --git a/renovate.json b/renovate.json index 6768965..0419263 100644 --- a/renovate.json +++ b/renovate.json @@ -12,11 +12,15 @@ }, "packageRules": [ { - "groupName": "all-packages", + "groupName": "npm-packages", "matchPackageNames": [ "*" ] }, + { + "groupName": "github-actions", + "matchManagers": ["github-actions"] + }, { "matchPackageNames": ["pnpm"], "allowedVersions": "<11",