Skip to content

Commit ace6e07

Browse files
committed
chore(ci): Don't update stable and MSRV together
We might want to hold one or the other back
1 parent 3d5ead8 commit ace6e07

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/renovate.json5

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,9 @@
5959
schedule: [
6060
'* * * * *',
6161
],
62-
groupName: 'rust-version',
6362
},
6463
{
65-
commitMessageTopic: 'STABLE',
64+
commitMessageTopic: 'Rust Stable',
6665
matchManagers: [
6766
'custom.regex',
6867
],
@@ -73,7 +72,6 @@
7372
schedule: [
7473
'* * * * *',
7574
],
76-
groupName: 'rust-version',
7775
},
7876
// Goals:
7977
// - Keep version reqs low, ignoring compatible normal/build dependencies

0 commit comments

Comments
 (0)