From 975708181cd06191d70fc4d1b741282c69ecc205 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 17:33:48 +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 3aa4dd71a..874d7e60d 100644 --- a/renovate.json +++ b/renovate.json @@ -22,8 +22,8 @@ "customManagers": [ { "customType": "regex", - "fileMatch": [ - "Dockerfile" + "managerFilePatterns": [ + "/Dockerfile/" ], "matchStrings": [ "LABEL version=[\"']?(?.+?)[\"']?(\\s|$)"