From 4c0ffeac81159293d4a032c127b5eb0840d005f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 14:06:52 +0000 Subject: [PATCH] chore(config): migrate config .github/renovate.json --- .github/renovate.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index cd7a9c7..de267e8 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -10,7 +10,9 @@ "customManagers": [ { "customType": "regex", - "fileMatch": ["^Dockerfile$"], + "managerFilePatterns": [ + "/^Dockerfile$/" + ], "matchStrings": [ "# renovate: datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?( registryUrl=(?.*?))?\\sENV\\s+.*?_VERSION=(?.*)\\s" ], @@ -18,7 +20,9 @@ }, { "customType": "regex", - "fileMatch": ["(^|/)\\.github/(?:workflows|actions)/.+\\.ya?ml$"], + "managerFilePatterns": [ + "/(^|/)\\.github/(?:workflows|actions)/.+\\.ya?ml$/" + ], "matchStrings": [ "# renovate: datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?( registryUrl=(?.*?))?\\s+.*?_VERSION:\\s*(?.*)\\s" ],