From 48c68aea9be05b4957e51130b82630d52944bab2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 11:15:25 +0000 Subject: [PATCH] Migrate config renovate.json --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 8419862..027c8d8 100644 --- a/renovate.json +++ b/renovate.json @@ -7,8 +7,8 @@ "customManagers": [ { "customType": "regex", - "fileMatch": [ - "^.github/(?:workflows|actions)/.+\\.ya?ml$" + "managerFilePatterns": [ + "/^.github/(?:workflows|actions)/.+\\.ya?ml$/" ], "matchStrings": [ "# renovate: datasource=(?[a-z-.]+?) depName=(?[^\\s]+?)(?: (?:lookupName|packageName)=(?[^\\s]+?))?(?: versioning=(?[^\\s]+?))?(?: extractVersion=(?[^\\s]+?))?\\s+[A-Za-z0-9]+?\\s*:\\s*[\"']?(?.+?)[\"']?\\s"