Skip to content

Commit ac51f09

Browse files
committed
chore(ci): Normalize json5 syntax
1 parent 86c29de commit ac51f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json5

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
],
3737
minimumReleaseAge: '336 days', // 8 releases * 6 weeks per release * 7 days per week
3838
internalChecksFilter: 'strict',
39-
"extractVersion": "^(?<version>\\d+\\.\\d+)", // Drop the patch version
39+
extractVersion: '^(?<version>\\d+\\.\\d+)', // Drop the patch version
4040
schedule: [
4141
'* * * * *',
4242
],

0 commit comments

Comments
 (0)