mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 06:12:40 +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
|
//minimumReleaseAge: '252 days', // 6 releases * 6 weeks per release * 7 days per week
|
||||||
//internalChecksFilter: 'strict',
|
//internalChecksFilter: 'strict',
|
||||||
"extractVersion": "^(?<version>\\d+\\.\\d+)", // Drop the patch version
|
"extractVersion": "^(?<version>\\d+\\.\\d+)", // Drop the patch version
|
||||||
|
schedule: [
|
||||||
|
'* * * * *',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
// 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