chore(config): migrate config .github/renovate.json5

This commit is contained in:
renovate[bot] 2025-05-07 11:56:55 +00:00 committed by Eric Huss
parent 74c051fd83
commit 19704b9496

View File

@ -11,8 +11,8 @@
customManagers: [ customManagers: [
{ {
customType: 'regex', customType: 'regex',
fileMatch: [ managerFilePatterns: [
'Cargo.toml$', '/Cargo.toml$/',
], ],
matchStrings: [ matchStrings: [
'\\bMSRV:1\\b.*?(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)', '\\bMSRV:1\\b.*?(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)',
@ -24,8 +24,8 @@
}, },
{ {
customType: 'regex', customType: 'regex',
fileMatch: [ managerFilePatterns: [
'Cargo.toml$', '/Cargo.toml$/',
], ],
matchStrings: [ matchStrings: [
'\\bMSRV:3\\b.*?(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)', '\\bMSRV:3\\b.*?(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)',
@ -37,8 +37,8 @@
}, },
{ {
customType: 'regex', customType: 'regex',
fileMatch: [ managerFilePatterns: [
'^.github.workflows.main.yml$', '/^.github.workflows.main.yml$/',
], ],
matchStrings: [ matchStrings: [
'cargo-semver-checks.releases.download.v(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)', 'cargo-semver-checks.releases.download.v(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)',