mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
chore(ci): Don't update stable and MSRV together
We might want to hold one or the other back
This commit is contained in:
parent
3d5ead81cf
commit
ace6e07683
1 changed files with 1 additions and 3 deletions
4
.github/renovate.json5
vendored
4
.github/renovate.json5
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue