From 808fabba9a3ec88eb52b09090af43183894ad6eb Mon Sep 17 00:00:00 2001 From: TheCatLady <52870424+TheCatLady@users.noreply.github.com> Date: Wed, 17 Aug 2022 19:54:08 -0700 Subject: [PATCH] chore(deps): update renovate config to group node container deps (#2939) [skip ci] --- renovate.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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" } ] }