Use Cinny instead of Element as the web client
This commit is contained in:
parent
bcc89b042e
commit
eb87bc6db0
5 changed files with 25 additions and 288 deletions
|
@ -5,7 +5,7 @@
|
|||
"customType": "regex",
|
||||
"fileMatch": ["^\\.woodpecker/.*\\.ya?ml$"],
|
||||
"matchStrings": [
|
||||
"datasource=(?<datasource>.*?)( registryUrl=(?<registryUrl>[^ ]*))? depName=(?<depName>[^ ]*)( versioning=(?<versioning>.*?))?\\s*- export ELEMENT_VERSION=(?<currentValue>[^\\s]*)\\s.*"
|
||||
"datasource=(?<datasource>.*?)( registryUrl=(?<registryUrl>[^ ]*))? depName=(?<depName>[^ ]*)( versioning=(?<versioning>.*?))?\\s*- export CINNY_VERSION=(?<currentValue>[^\\s]*)\\s.*"
|
||||
],
|
||||
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue