mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
chore(ci): Experiment with dropping MSRV patch
This commit is contained in:
parent
70ac5e2274
commit
11c2f86c93
1 changed files with 1 additions and 1 deletions
2
.github/renovate.json5
vendored
2
.github/renovate.json5
vendored
|
@ -23,6 +23,7 @@
|
|||
depNameTemplate: 'rust',
|
||||
packageNameTemplate: 'rust-lang/rust',
|
||||
datasourceTemplate: 'github-releases',
|
||||
"extractVersion": "^(?<version>v\\d+\\.\\d+)", // Drop the patch version
|
||||
},
|
||||
],
|
||||
packageRules: [
|
||||
|
@ -36,7 +37,6 @@
|
|||
],
|
||||
//minimumReleaseAge: '252 days', // 6 releases * 6 weeks per release * 7 days per week
|
||||
//internalChecksFilter: 'strict',
|
||||
"extractVersion": "^(?<version>v\\d+\\.\\d+)", // Drop the patch version
|
||||
},
|
||||
// Goals:
|
||||
// - Keep version reqs low, ignoring compatible normal/build dependencies
|
||||
|
|
Loading…
Reference in a new issue