Skip to content

Commit baa5bf7

Browse files
committed
Auto merge of #13093 - epage:gix, r=weihanglo
chore(ci): Always update gix packages together
2 parents 9aca1ac + ed83ee0 commit baa5bf7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/renovate.json5

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,16 @@
6666
internalChecksFilter: 'strict',
6767
groupName: 'msrv',
6868
},
69+
{
70+
matchManagers: [
71+
'cargo',
72+
],
73+
matchPackageNames: [
74+
'gix-features-for-configuration-only',
75+
'gix',
76+
],
77+
groupName: 'gix',
78+
},
6979
// Goals:
7080
// - Rollup safe upgrades to reduce CI runner load
7181
// - Have lockfile and manifest in-sync (implicit rules)

0 commit comments

Comments
 (0)