mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-24 18:10:56 -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',
|
||||
configMigration: true,
|
||||
dependencyDashboard: true,
|
||||
regexManagers: [
|
||||
customManagers: [
|
||||
{
|
||||
customType: 'regex',
|
||||
fileMatch: [
|
||||
|
@ -36,7 +36,7 @@
|
|||
],
|
||||
minimumReleaseAge: '126 days', // 3 releases * 6 weeks per release * 7 days per week
|
||||
internalChecksFilter: 'strict',
|
||||
"extractVersion": "^(?<version>\\d+\\.\\d+)", // Drop the patch version
|
||||
extractVersion: '^(?<version>\\d+\\.\\d+)', // Drop the patch version
|
||||
schedule: [
|
||||
'* * * * *',
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue