chore(deps): update renovate config to group node container deps (#2939) [skip ci]

This commit is contained in:
TheCatLady
2022-08-17 19:54:08 -07:00
committed by GitHub
parent 7a5fab35ff
commit 808fabba9a

View File

@@ -8,8 +8,14 @@
], ],
"packageRules": [ "packageRules": [
{ {
"matchManagers": "github-actions", "matchManagers": ["github-actions"],
"groupName": "github-actions" "groupName": "GitHub Actions",
"groupSlug": "github-actions"
},
{
"matchPackageNames": ["node"],
"groupName": "Node.js",
"groupSlug": "node"
} }
] ]
} }