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

pull/2942/head
TheCatLady 2 years ago committed by GitHub
parent 7a5fab35ff
commit 808fabba9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"
}
]
}

Loading…
Cancel
Save