mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
chore(ci): Use new minimumReleaseAge field
This commit is contained in:
parent
d99db2e632
commit
afaba35d39
1 changed files with 1 additions and 1 deletions
2
.github/renovate.json5
vendored
2
.github/renovate.json5
vendored
|
@ -33,7 +33,7 @@
|
||||||
matchPackageNames: [
|
matchPackageNames: [
|
||||||
'rust',
|
'rust',
|
||||||
],
|
],
|
||||||
stabilityDays: "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:
|
||||||
|
|
Loading…
Reference in a new issue