mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
chore(ci): Normalize json5 syntax
This commit is contained in:
parent
86c29dea38
commit
ac51f09250
1 changed files with 1 additions and 1 deletions
2
.github/renovate.json5
vendored
2
.github/renovate.json5
vendored
|
@ -36,7 +36,7 @@
|
||||||
],
|
],
|
||||||
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',
|
||||||
"extractVersion": "^(?<version>\\d+\\.\\d+)", // Drop the patch version
|
extractVersion: '^(?<version>\\d+\\.\\d+)', // Drop the patch version
|
||||||
schedule: [
|
schedule: [
|
||||||
'* * * * *',
|
'* * * * *',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue