diff --git a/renovate.json b/renovate.json index 8ba55de..d04175d 100644 --- a/renovate.json +++ b/renovate.json @@ -4,7 +4,9 @@ { "customType": "regex", "description": "Detect ARG VERSION pin for jcabillot/phpapache base image", - "fileMatch": ["^Dockerfile$"], + "managerFilePatterns": [ + "/^Dockerfile$/" + ], "matchStrings": [ "ARG\\s+VERSION=\"(?[^\"]+)\"" ],