From 7e2ebc014410fd9e3753f49fdfe93c47522fb0b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 12:18:36 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index c80d79c..b34c4fc 100644 --- a/renovate.json +++ b/renovate.json @@ -34,8 +34,8 @@ "customManagers": [ { "customType": "regex", - "fileMatch": [ - "^Dockerfile$" + "managerFilePatterns": [ + "/^Dockerfile$/" ], "matchStrings": [ "#\\s*renovate:\\s*datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\sARG .*?_VERSION=\"(?<currentValue>.*)\"\\s" -- GitLab