diff --git a/renovate.json b/renovate.json index 5e6e3bde..bc68da3a 100644 --- a/renovate.json +++ b/renovate.json @@ -8,8 +8,14 @@ ], "packageRules": [ { - "matchManagers": "github-actions", - "groupName": "github-actions" + "matchManagers": ["github-actions"], + "groupName": "GitHub Actions", + "groupSlug": "github-actions" + }, + { + "matchPackageNames": ["node"], + "groupName": "Node.js", + "groupSlug": "node" } ] }