From 4e900825cba5b2b6ec4feedad8c0c6d94e079dfc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 13:15:29 +0000 Subject: [PATCH] chore(config): migrate renovate config (#2990) chore(config): migrate config renovate.json Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- renovate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index fc92208b..24cc9edd 100644 --- a/renovate.json +++ b/renovate.json @@ -23,9 +23,9 @@ { "customType": "regex", "description": "Update Renovate", - "fileMatch": [ - "^\\.pre-commit-(?:config|hooks)\\.yaml$", - "^README\\.md$" + "managerFilePatterns": [ + "/^\\.pre-commit-(?:config|hooks)\\.yaml$/", + "/^README\\.md$/" ], "matchStrings": [ "additional_dependencies: \\[renovate@(?.*?)\\]",