From 958edc329060428b298a9f4749a2b480f91cfa26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 19:32:28 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index c66db67..dd1a1d8 100644 --- a/renovate.json +++ b/renovate.json @@ -23,7 +23,10 @@ { "customType": "regex", "description": "Update _VERSION variables in Dockerfiles", - "fileMatch": ["(^|/|\\.)Dockerfile$", "(^|/)Dockerfile\\.[^/]*$"], + "managerFilePatterns": [ + "/(^|/|\\.)Dockerfile$/", + "/(^|/)Dockerfile\\.[^/]*$/" + ], "matchStrings": [ "# renovate: datasource=(?[a-z-]+?)(?: depName=(?.+?))? packageName=(?.+?)(?: versioning=(?[a-z-]+?))?\\s(?:ENV|ARG) .+?_VERSION=(?.+?)\\s" ]