2026-06-09 02:20:05 +00:00
|
|
|
{
|
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
|
|
|
"customManagers": [
|
|
|
|
|
{
|
|
|
|
|
"customType": "regex",
|
|
|
|
|
"description": "Detect ARG VERSION pin for jcabillot/phpapache base image",
|
2026-06-09 15:30:55 +00:00
|
|
|
"managerFilePatterns": [
|
|
|
|
|
"/^Dockerfile$/"
|
2026-06-09 13:40:36 +00:00
|
|
|
],
|
2026-06-09 02:20:05 +00:00
|
|
|
"matchStrings": [
|
|
|
|
|
"ARG\\s+VERSION=\"(?<currentValue>[^\"]+)\""
|
|
|
|
|
],
|
|
|
|
|
"depNameTemplate": "jcabillot/phpapache",
|
|
|
|
|
"datasourceTemplate": "docker"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|