Merge pull request 'fix: remove obsolete jcabillot/phpapache renovate custom manager' (#14) from fix/remove-phpapache-renovate into master
Main Release / test (push) Successful in 26s
Main Release / hadolint (push) Failing after 13m1s
Main Release / build (push) Successful in 17s
Main Release / tag (push) Successful in 46s
Tag Release / hadolint (push) Successful in 9s
Tag Release / test (push) Successful in 22s
Tag Release / build-push (push) Successful in 3m23s

Reviewed-on: #14
This commit was merged in pull request #14.
This commit is contained in:
2026-06-29 15:08:11 -04:00
-17
View File
@@ -1,17 +0,0 @@
{
"$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"
}
]
}