From ed83ee0a2f38363fc92fafb12e3d9c13d5f3d35e Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 1 Dec 2023 10:02:30 -0600 Subject: [PATCH] chore(ci): Always update gix packages together --- .github/renovate.json5 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 03e6d8da8c6..ed72e0c0f88 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -66,6 +66,16 @@ internalChecksFilter: 'strict', groupName: 'msrv', }, + { + matchManagers: [ + 'cargo', + ], + matchPackageNames: [ + 'gix-features-for-configuration-only', + 'gix', + ], + groupName: 'gix', + }, // Goals: // - Rollup safe upgrades to reduce CI runner load // - Have lockfile and manifest in-sync (implicit rules)