chore: tune matchStrings
This commit is contained in:
parent
b4b195b3ac
commit
e92d1c63b4
1 changed files with 2 additions and 2 deletions
|
@ -44,9 +44,9 @@
|
|||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": ["^Dockerfile$"],
|
||||
"fileMatch": ["^Dockerfile$", "values.yaml$"],
|
||||
"matchStrings": [
|
||||
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)( extractVersion=(?<extractVersion>.+?))?( versioning=(?<versioning>.*?))?\\n(?:ENV|ARG)?\\s.*?_(?:VERSION|VER)=(?<currentValue>[^\\s]+).*\\n"
|
||||
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)( extractVersion=(?<extractVersion>.+?))?( versioning=(?<versioning>.*?))?\\n.*?\\w+\\s*[:=]\\s*\"?(?<currentValue>[^\"\\s]+)\"?.*\\n"
|
||||
],
|
||||
"extractVersionTemplate": "{{#if extractVersion}}{{{extractVersion}}}{{else}}^v?(?<version>.+)${{/if}}",
|
||||
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue