mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 11:16:31 -05:00
Fix renovate match string for docker images
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
728b955e98
commit
1a09bfa5f1
1 changed files with 5 additions and 2 deletions
|
@ -86,9 +86,12 @@
|
|||
],
|
||||
"regexManagers": [
|
||||
{
|
||||
"fileMatch": ["\\.yml$", "\\.yaml$"],
|
||||
"fileMatch": [
|
||||
"\\.yml$",
|
||||
"\\.yaml$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s+\\S+:\\s+\"?(?<currentValue>[^\"]*?)\"?\\s"
|
||||
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s+\\S+:\\s+\"?[^:]+:(?<currentValue>[^\"]*?)\"?\\s"
|
||||
],
|
||||
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue