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.
1 parent 623b788 commit 3e660a6Copy full SHA for 3e660a6
.github/renovate.json5
@@ -6,7 +6,7 @@
6
configMigration: true,
7
dependencyDashboard: false,
8
ignorePaths: [
9
- "**/tests/**",
+ '**/tests/**',
10
],
11
customManagers: [
12
{
@@ -40,7 +40,7 @@
40
41
commitMessageTopic: 'MSRV (1 version)',
42
matchManagers: [
43
- 'regex',
+ 'custom.regex',
44
45
matchPackageNames: [
46
'MSRV:1',
@@ -53,12 +53,12 @@
53
54
commitMessageTopic: 'MSRV (3 versions)',
55
56
57
58
59
'MSRV:3',
60
61
- "extractVersion": "^(?<version>\\d+\\.\\d+)", // Drop the patch version
+ extractVersion: '^(?<version>\\d+\\.\\d+)', // Drop the patch version
62
schedule: [
63
'* * * * *',
64
0 commit comments