mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 02:20:58 -05:00
chore: Update from '_rust/main'
This commit is contained in:
commit
c9d894f3c4
1 changed files with 2 additions and 2 deletions
4
.github/renovate.json5
vendored
4
.github/renovate.json5
vendored
|
@ -5,7 +5,7 @@
|
||||||
semanticCommits: 'enabled',
|
semanticCommits: 'enabled',
|
||||||
configMigration: true,
|
configMigration: true,
|
||||||
dependencyDashboard: true,
|
dependencyDashboard: true,
|
||||||
regexManagers: [
|
customManagers: [
|
||||||
{
|
{
|
||||||
customType: 'regex',
|
customType: 'regex',
|
||||||
fileMatch: [
|
fileMatch: [
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
],
|
],
|
||||||
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',
|
||||||
"extractVersion": "^(?<version>\\d+\\.\\d+)", // Drop the patch version
|
extractVersion: '^(?<version>\\d+\\.\\d+)', // Drop the patch version
|
||||||
schedule: [
|
schedule: [
|
||||||
'* * * * *',
|
'* * * * *',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue