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