mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
chore(renovate): Make style consistent
This commit is contained in:
parent
5286387294
commit
efe14d6089
1 changed files with 2 additions and 2 deletions
4
.github/renovate.json5
vendored
4
.github/renovate.json5
vendored
|
@ -33,8 +33,8 @@
|
||||||
matchPackageNames: [
|
matchPackageNames: [
|
||||||
'rust',
|
'rust',
|
||||||
],
|
],
|
||||||
minimumReleaseAge: "336 days", // 8 releases * 6 weeks per release * 7 days per week
|
minimumReleaseAge: '336 days', // 8 releases * 6 weeks per release * 7 days per week
|
||||||
internalChecksFilter: "strict",
|
internalChecksFilter: 'strict',
|
||||||
},
|
},
|
||||||
// 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