From 648ad79653d6576c74c086ac44b053a4ab5dff9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 13:20:00 +0000 Subject: [PATCH] chore(config): migrate config .github/renovate.json5 --- .github/renovate.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index cf0982b..bede996 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -89,8 +89,8 @@ customManagers: [ { customType: 'regex', - fileMatch: [ - '^rust-toolchain(\\.toml)?$', + managerFilePatterns: [ + '/^rust-toolchain(\\.toml)?$/', ], matchStrings: [ 'channel\\s*=\\s*"(?\\d+\\.\\d+\\.\\d+)"',