From 400e57eec9b5bf54c766a893e5c4c4e0c272f366 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 13:59:46 +0000 Subject: [PATCH] Migrate config .github/renovate.json --- .github/renovate.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 733e074..829dd6a 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -3,10 +3,11 @@ "extends": [ "config:recommended" ], - "regexManagers": [ + "customManagers": [ { - "fileMatch": [ - "(^|/)(.*\\.)?Dockerfile$" + "customType": "regex", + "managerFilePatterns": [ + "/(^|/)(.*\\.)?Dockerfile$/" ], "matchStrings": [ "#\\s*renovate:\\s*datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?\\sENV .*?_VERSION=\"?(?.*?)\"?\\s"