mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-28 12:01:06 -05:00
chore: Update from '_rust/main' template
This commit is contained in:
commit
ca8ac802cc
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,
|
dependencyDashboard: true,
|
||||||
regexManagers: [
|
regexManagers: [
|
||||||
{
|
{
|
||||||
|
customType: 'regex',
|
||||||
fileMatch: [
|
fileMatch: [
|
||||||
'^rust-toolchain\\.toml$',
|
'^rust-toolchain\\.toml$',
|
||||||
'Cargo.toml$',
|
'Cargo.toml$',
|
||||||
|
@ -33,8 +34,8 @@
|
||||||
matchPackageNames: [
|
matchPackageNames: [
|
||||||
'rust',
|
'rust',
|
||||||
],
|
],
|
||||||
minimumReleaseAge: "126 days", // 3 releases * 6 weeks per release * 7 days per week
|
minimumReleaseAge: '126 days', // 3 releases * 6 weeks per release * 7 days per week
|
||||||
internalChecksFilter: "strict",
|
internalChecksFilter: 'strict',
|
||||||
},
|
},
|
||||||
// Goals:
|
// Goals:
|
||||||
// - Rollup safe upgrades to reduce CI runner load
|
// - Rollup safe upgrades to reduce CI runner load
|
||||||
|
|
Loading…
Reference in a new issue