mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -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: [
|
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
|
||||||
|
|
Loading…
Reference in a new issue