We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ecef49e + ac51f09 commit 72884e8Copy full SHA for 72884e8
.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: [
@@ -36,7 +36,7 @@
36
],
37
minimumReleaseAge: '840 days', // 20 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