We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86c29de commit ac51f09Copy full SHA for ac51f09
.github/renovate.json5
@@ -36,7 +36,7 @@
36
],
37
minimumReleaseAge: '336 days', // 8 releases * 6 weeks per release * 7 days per week
38
internalChecksFilter: 'strict',
39
- "extractVersion": "^(?<version>\\d+\\.\\d+)", // Drop the patch version
+ extractVersion: '^(?<version>\\d+\\.\\d+)', // Drop the patch version
40
schedule: [
41
'* * * * *',
42
0 commit comments