diff --git a/.github/renovate.json b/.github/renovate.json index 7d0eabf2..5fab8128 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -16,6 +16,12 @@ "matchStrings": [ "#\\srenovate:\\sdatasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?( extractVersion=(?.*?))?\\s.*?_VERSION=(?.*)" ] + }, + { + "fileMatch": ["(^|/)Dockerfile[^/]*$"], + "matchStrings": [ + "#\\srenovate:\\sdatasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?\\s(ENV|ARG) .*?_VERSION=(?.*)\\s" + ] } ] }