Merge pull request 'chore: improve renovate dependency detection' (#12) from chore/renovate into master
Docker Build and Push / build (push) Successful in 1m4s
Docker Build and Push / lint (push) Failing after 13m13s
Docker Build and Push / test (push) Has been skipped
Docker Build and Push / push (push) Has been skipped

Reviewed-on: #12
This commit was merged in pull request #12.
This commit is contained in:
2026-06-09 11:26:57 -04:00
+17
View File
@@ -0,0 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"customManagers": [
{
"customType": "regex",
"description": "Detect ARG VERSION pin for jcabillot/phpapache base image",
"fileMatch": [
"^Dockerfile$"
],
"matchStrings": [
"ARG\\s+VERSION=\"(?<currentValue>[^\"]+)\""
],
"depNameTemplate": "jcabillot/phpapache",
"datasourceTemplate": "docker"
}
]
}