diff --git a/.github/renovate.json b/.github/renovate.json index 429afa1..01316d6 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -10,7 +10,7 @@ "regexManagers": [ { "fileMatch": ["^Dockerfile$"], - "matchStrings": ["datasource=(?.*?) depName=(?.*?)\\sARG .*?_VERSION=(?.*)\\s"], + "matchStrings": ["datasource=(?.*?) depName=(?.*?)\\s(ARG|ENV) .*?_(VERSION|VER)=(?.*)\\s"], "versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}" } ]