We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c051f commit 19704b9Copy full SHA for 19704b9
.github/renovate.json5
@@ -11,8 +11,8 @@
11
customManagers: [
12
{
13
customType: 'regex',
14
- fileMatch: [
15
- 'Cargo.toml$',
+ managerFilePatterns: [
+ '/Cargo.toml$/',
16
],
17
matchStrings: [
18
'\\bMSRV:1\\b.*?(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)',
@@ -24,8 +24,8 @@
24
},
25
26
27
28
29
30
31
'\\bMSRV:3\\b.*?(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)',
@@ -37,8 +37,8 @@
37
38
39
40
41
- '^.github.workflows.main.yml$',
+ '/^.github.workflows.main.yml$/',
42
43
44
'cargo-semver-checks.releases.download.v(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)',
0 commit comments