diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..3f873d1 --- /dev/null +++ b/renovate.json @@ -0,0 +1,18 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "gitlabci": { + "enabled": false + }, + "customManagers": [ + { + "customType": "regex", + "description": "Detect ARG VERSION pin for jcabillot/phpapache base image", + "fileMatch": ["^Dockerfile$"], + "matchStrings": [ + "ARG\\s+VERSION=\"(?[^\"]+)\"" + ], + "depNameTemplate": "jcabillot/phpapache", + "datasourceTemplate": "docker" + } + ] +}