chore(ci): Always update gix packages together

This commit is contained in:
Ed Page 2023-12-01 10:02:30 -06:00
parent c192d989b3
commit ed83ee0a2f
1 changed files with 10 additions and 0 deletions

View File

@ -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)