From 429bbc1c7d5b35c763e4f57706f0d23d819937f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 18:10:09 +0000 Subject: [PATCH] Migrate config .github/renovate.json --- .github/renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 18347a32b..670f4331d 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -9,8 +9,8 @@ "customManagers": [ { "customType": "regex", - "fileMatch": [ - "defaults/main.yml$" + "managerFilePatterns": [ + "/defaults/main.yml$/" ], "matchStrings": [ "# renovate: datasource=(?[a-z-.]+?) depName=(?[^\\s]+?)(?: (?:lookupName|packageName)=(?[^\\s]+?))?(?: versioning=(?[a-z-0-9]+?))?\\s+[A-Za-z0-9_]+?(?:_version|_tag)\\s*:\\s*[\"']?(?.+?)[\"']?\\s"