From 19704b94964c024605deeff00ec7eb71a69cf7f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 11:56:55 +0000 Subject: [PATCH] chore(config): migrate config .github/renovate.json5 --- .github/renovate.json5 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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+)?)',