mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
chore: Update from '_rust/main' template
This commit is contained in:
commit
0a87008799
1 changed files with 3 additions and 2 deletions
5
.github/renovate.json5
vendored
5
.github/renovate.json5
vendored
|
@ -7,6 +7,7 @@
|
|||
dependencyDashboard: true,
|
||||
regexManagers: [
|
||||
{
|
||||
customType: 'regex',
|
||||
fileMatch: [
|
||||
'^rust-toolchain\\.toml$',
|
||||
'Cargo.toml$',
|
||||
|
@ -33,8 +34,8 @@
|
|||
matchPackageNames: [
|
||||
'rust',
|
||||
],
|
||||
minimumReleaseAge: "252 days", // 6 releases * 6 weeks per release * 7 days per week
|
||||
internalChecksFilter: "strict",
|
||||
minimumReleaseAge: '252 days', // 6 releases * 6 weeks per release * 7 days per week
|
||||
internalChecksFilter: 'strict',
|
||||
},
|
||||
// Goals:
|
||||
// - Keep version reqs low, ignoring compatible normal/build dependencies
|
||||
|
|
Loading…
Reference in a new issue