From 20d77d22de7cbbd64e8203c18135e5c14d30114f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 9 Jun 2026 15:30:55 +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 7041178..d04175d 100644 --- a/renovate.json +++ b/renovate.json @@ -4,8 +4,8 @@ { "customType": "regex", "description": "Detect ARG VERSION pin for jcabillot/phpapache base image", - "fileMatch": [ - "^Dockerfile$" + "managerFilePatterns": [ + "/^Dockerfile$/" ], "matchStrings": [ "ARG\\s+VERSION=\"(?[^\"]+)\"" -- 2.52.0