Skip to content

Commit

Permalink
Auto merge of #13093 - epage:gix, r=weihanglo
Browse files Browse the repository at this point in the history
chore(ci): Always update gix packages together
  • Loading branch information
bors committed Dec 1, 2023
2 parents 9aca1ac + ed83ee0 commit baa5bf7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit baa5bf7

Please sign in to comment.