diff --git a/.github/renovate.json5 b/.github/renovate.json5 index b84f538c918..3f5933b4f97 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -11,8 +11,8 @@ customManagers: [ { customType: 'regex', - fileMatch: [ - 'Cargo.toml$', + managerFilePatterns: [ + '/Cargo.toml$/', ], matchStrings: [ '\\bMSRV:1\\b.*?(?\\d+\\.\\d+(\\.\\d+)?)', @@ -24,8 +24,8 @@ }, { customType: 'regex', - fileMatch: [ - 'Cargo.toml$', + managerFilePatterns: [ + '/Cargo.toml$/', ], matchStrings: [ '\\bMSRV:3\\b.*?(?\\d+\\.\\d+(\\.\\d+)?)', @@ -37,8 +37,8 @@ }, { customType: 'regex', - fileMatch: [ - '^.github.workflows.main.yml$', + managerFilePatterns: [ + '/^.github.workflows.main.yml$/', ], matchStrings: [ 'cargo-semver-checks.releases.download.v(?\\d+\\.\\d+(\\.\\d+)?)',