Use Cinny instead of Element as the web client

This commit is contained in:
Oliver Traber 2025-01-17 23:20:15 +01:00
commit eb87bc6db0
Signed by: Bluemedia
GPG key ID: C0674B105057136C
5 changed files with 25 additions and 288 deletions

View file

@ -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}}"
}