{ "$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=\"(?[^\"]+)\"" ], "depNameTemplate": "jcabillot/phpapache", "datasourceTemplate": "docker" } ] }