From bb9c01246c50d2a9212ee0c2fc68c0d57b89dee0 Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Mon, 29 Jun 2026 18:49:50 +0000 Subject: [PATCH 1/2] 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" } From c4e4cae5773cf3e2e90d6990a7bf0e5353a0b658 Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Mon, 29 Jun 2026 18:50:52 +0000 Subject: [PATCH 2/2] fix: remove obsolete renovate.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With the migration to dunglas/frankenphp, the custom manager for jcabillot/phpapache is gone. renovate.json had no remaining config — delete the file entirely. --- renovate.json | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 renovate.json diff --git a/renovate.json b/renovate.json deleted file mode 100644 index 7190a60..0000000 --- a/renovate.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json" -}