From 2975b103c3317a12c38ab302251309dced12bb27 Mon Sep 17 00:00:00 2001 From: Daniel Tschinder <231804+danez@users.noreply.github.com> Date: Mon, 10 Oct 2022 19:28:41 +0200 Subject: [PATCH] chore: fix grouping of renovate updates (#5157) --- renovate.json5 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/renovate.json5 b/renovate.json5 index 34d92be7ffc..8df7ef1d84a 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -8,5 +8,15 @@ matchPackageNames: ['netlify-onegraph-internal'], enabled: false, }, + { + "matchManagers": ["npm"], + "matchSourceUrlPrefixes": ["https://github.com/netlify/build"], + "groupName": "Netlify packages" + }, + { + "matchManagers": ["npm"], + "matchPackageNames": ["@netlify/zip-it-and-ship-it"], + "groupName": "Netlify packages" + }, ], }