Skip to content

Commit 19704b9

Browse files
renovate[bot]ehuss
authored andcommitted
chore(config): migrate config .github/renovate.json5
1 parent 74c051f commit 19704b9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/renovate.json5

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
customManagers: [
1212
{
1313
customType: 'regex',
14-
fileMatch: [
15-
'Cargo.toml$',
14+
managerFilePatterns: [
15+
'/Cargo.toml$/',
1616
],
1717
matchStrings: [
1818
'\\bMSRV:1\\b.*?(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)',
@@ -24,8 +24,8 @@
2424
},
2525
{
2626
customType: 'regex',
27-
fileMatch: [
28-
'Cargo.toml$',
27+
managerFilePatterns: [
28+
'/Cargo.toml$/',
2929
],
3030
matchStrings: [
3131
'\\bMSRV:3\\b.*?(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)',
@@ -37,8 +37,8 @@
3737
},
3838
{
3939
customType: 'regex',
40-
fileMatch: [
41-
'^.github.workflows.main.yml$',
40+
managerFilePatterns: [
41+
'/^.github.workflows.main.yml$/',
4242
],
4343
matchStrings: [
4444
'cargo-semver-checks.releases.download.v(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)',

0 commit comments

Comments
 (0)