From 5038efb420c49d6ce9f691fd68246f7f374a9c8f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 10 Jun 2026 22:57:57 +0000 Subject: [PATCH] Migrate config renovate.json --- renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 8ba55de..d04175d 100644 --- a/renovate.json +++ b/renovate.json @@ -4,7 +4,9 @@ { "customType": "regex", "description": "Detect ARG VERSION pin for jcabillot/phpapache base image", - "fileMatch": ["^Dockerfile$"], + "managerFilePatterns": [ + "/^Dockerfile$/" + ], "matchStrings": [ "ARG\\s+VERSION=\"(?[^\"]+)\"" ],