We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2045528 + ac51f09 commit a1af8d9Copy full SHA for a1af8d9
.github/renovate.json5
@@ -5,7 +5,7 @@
5
semanticCommits: 'enabled',
6
configMigration: true,
7
dependencyDashboard: true,
8
- regexManagers: [
+ customManagers: [
9
{
10
customType: 'regex',
11
fileMatch: [
@@ -38,7 +38,7 @@
38
],
39
minimumReleaseAge: '252 days', // 6 releases * 6 weeks per release * 7 days per week
40
internalChecksFilter: 'strict',
41
- "extractVersion": "^(?<version>\\d+\\.\\d+)", // Drop the patch version
+ extractVersion: '^(?<version>\\d+\\.\\d+)', // Drop the patch version
42
schedule: [
43
'* * * * *',
44
0 commit comments