diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..7041178 --- /dev/null +++ b/renovate.json @@ -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=\"(?[^\"]+)\"" + ], + "depNameTemplate": "jcabillot/phpapache", + "datasourceTemplate": "docker" + } + ] +}