Skip to content

Commit 1c3197b

Browse files
authored
chore(config): migrate renovate config (#15501)
The Renovate config in this repository needs migrating. Typically this is because one or more configuration options you are using have been renamed. You don't need to merge this PR right away, because Renovate will continue to migrate these fields internally each time it runs. But later some of these fields may be fully deprecated and the migrations removed. So it's a good idea to merge this migration PR soon. #### [PLEASE NOTE](https://docs.renovatebot.com/configuration-options#configmigration): JSON5 config file migrated! All comments & trailing commas were removed. 🔕 **Ignore**: Close this PR and you won't be reminded about config migration again, but one day your current config may no longer be valid. ❓ Got questions? Does something look wrong to you? Please don't hesitate to [request help here](https://redirect.github.com/renovatebot/renovate/discussions). --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/rust-lang/cargo).
2 parents cf7b053 + 19704b9 commit 1c3197b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/renovate.json5

+6-6
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)