31b0445939
- Add custom regexManager to detect jcabillot/phpapache base image version from ARG VERSION
16 lines
427 B
JSON
16 lines
427 B
JSON
{
|
|
"$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"
|
|
}
|
|
]
|
|
}
|