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)