update renovate config

This commit is contained in:
Paramtamtam 2022-06-10 11:35:33 +04:00
parent 68bef38402
commit 1506af7c6c
No known key found for this signature in database
GPG Key ID: 366371698FAD0A2B

View File

@ -10,7 +10,7 @@
"regexManagers": [ "regexManagers": [
{ {
"fileMatch": ["^Dockerfile$"], "fileMatch": ["^Dockerfile$"],
"matchStrings": ["datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\sARG .*?_VERSION=(?<currentValue>.*)\\s"], "matchStrings": ["datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s(ARG|ENV) .*?_(VERSION|VER)=(?<currentValue>.*)\\s"],
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}" "versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
} }
] ]