Skip to content

Commit 9e9349d

Browse files
committed
Auto merge of #13106 - rust-lang:renovate/migrate-config, r=weihanglo
chore(config): migrate renovate config [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) 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://togithub.com/renovatebot/renovate/discussions). --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/rust-lang/cargo).
2 parents 623b788 + 3e660a6 commit 9e9349d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/renovate.json5

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
configMigration: true,
77
dependencyDashboard: false,
88
ignorePaths: [
9-
"**/tests/**",
9+
'**/tests/**',
1010
],
1111
customManagers: [
1212
{
@@ -40,7 +40,7 @@
4040
{
4141
commitMessageTopic: 'MSRV (1 version)',
4242
matchManagers: [
43-
'regex',
43+
'custom.regex',
4444
],
4545
matchPackageNames: [
4646
'MSRV:1',
@@ -53,12 +53,12 @@
5353
{
5454
commitMessageTopic: 'MSRV (3 versions)',
5555
matchManagers: [
56-
'regex',
56+
'custom.regex',
5757
],
5858
matchPackageNames: [
5959
'MSRV:3',
6060
],
61-
"extractVersion": "^(?<version>\\d+\\.\\d+)", // Drop the patch version
61+
extractVersion: '^(?<version>\\d+\\.\\d+)', // Drop the patch version
6262
schedule: [
6363
'* * * * *',
6464
],

0 commit comments

Comments
 (0)