mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00: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
|
||||
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