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