chore(ci): Don't update stable and MSRV together

We might want to hold one or the other back
This commit is contained in:
Ed Page 2024-03-21 12:20:47 -05:00
parent 3d5ead81cf
commit ace6e07683

View file

@ -59,10 +59,9 @@
schedule: [ schedule: [
'* * * * *', '* * * * *',
], ],
groupName: 'rust-version',
}, },
{ {
commitMessageTopic: 'STABLE', commitMessageTopic: 'Rust Stable',
matchManagers: [ matchManagers: [
'custom.regex', 'custom.regex',
], ],
@ -73,7 +72,6 @@
schedule: [ schedule: [
'* * * * *', '* * * * *',
], ],
groupName: 'rust-version',
}, },
// Goals: // Goals:
// - Keep version reqs low, ignoring compatible normal/build dependencies // - Keep version reqs low, ignoring compatible normal/build dependencies