{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "enabledManagers": [ "custom.regex" ], "customManagers": [ { "customType": "regex", "managerFilePatterns": ["/^Dockerfile$/"], "matchStrings": [ "# renovate: datasource=(?[a-z-]+?)(?: packageName=(?.+?))? (?: versioning=(?[a-z-]+?))?\\s(?:ENV|ARG) .+?_VERSION=(?.+?)\\s" ] } ] }