fix: remove obsolete jcabillot/phpapache renovate custom manager #14

Merged
jcabillot merged 2 commits from fix/remove-phpapache-renovate into master 2026-06-29 15:08:04 -04:00
Showing only changes of commit 7ecad8a3e8 - Show all commits
+1 -15
View File
@@ -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=\"(?<currentValue>[^\"]+)\""
],
"depNameTemplate": "jcabillot/phpapache",
"datasourceTemplate": "docker"
}
]
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}