From 10ae5cac6908b3d3d065402f2242fa73ba422801 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 13:43:29 +0000 Subject: [PATCH] chore(config): migrate config .github/renovate.json --- .github/renovate.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 8e3223c7..e7d04324 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -39,8 +39,8 @@ "customManagers": [ { "customType": "regex", - "fileMatch": [ - "^.prototools$" + "managerFilePatterns": [ + "/^.prototools$/" ], "matchStrings": [ "datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?\\s.*?=\\s\"(?.*)\"\\s" @@ -48,9 +48,9 @@ }, { "customType": "regex", - "fileMatch": [ - "(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$", - "(^|/)action\\.ya?ml$" + "managerFilePatterns": [ + "/(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$/", + "/(^|/)action\\.ya?ml$/" ], "matchStrings": [ "datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?\\s.*?:\\s\"(?.*)\"\\s"