mirror of
https://github.com/clap-rs/clap
synced 2024-12-12 22:02:35 +00:00
chore(ci): Experiment with dropping MSRV patch
This commit is contained in:
parent
fabe1f28ad
commit
d284d1e5a5
1 changed files with 3 additions and 0 deletions
3
.github/renovate.json5
vendored
3
.github/renovate.json5
vendored
|
@ -37,6 +37,9 @@
|
|||
//minimumReleaseAge: '252 days', // 6 releases * 6 weeks per release * 7 days per week
|
||||
//internalChecksFilter: 'strict',
|
||||
"extractVersion": "^(?<version>\\d+\\.\\d+)", // Drop the patch version
|
||||
schedule: [
|
||||
'* * * * *',
|
||||
],
|
||||
},
|
||||
// Goals:
|
||||
// - Keep version reqs low, ignoring compatible normal/build dependencies
|
||||
|
|
Loading…
Reference in a new issue