From 7ecad8a3e86ee3fa8640b8463874d77ebfdb0ef0 Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Mon, 29 Jun 2026 18:38:59 +0000 Subject: [PATCH] fix: remove obsolete jcabillot/phpapache custom manager from renovate.json The Dockerfile already migrated to dunglas/frankenphp, the ARG VERSION pattern is gone. The custom manager tracking jcabillot/phpapache is no longer needed. --- renovate.json | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/renovate.json b/renovate.json index d04175d..7190a60 100644 --- a/renovate.json +++ b/renovate.json @@ -1,17 +1,3 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "customManagers": [ - { - "customType": "regex", - "description": "Detect ARG VERSION pin for jcabillot/phpapache base image", - "managerFilePatterns": [ - "/^Dockerfile$/" - ], - "matchStrings": [ - "ARG\\s+VERSION=\"(?[^\"]+)\"" - ], - "depNameTemplate": "jcabillot/phpapache", - "datasourceTemplate": "docker" - } - ] + "$schema": "https://docs.renovatebot.com/renovate-schema.json" }