Initial commit
All checks were successful
ci/woodpecker/manual/deploy Pipeline was successful

This commit is contained in:
Oliver Traber 2024-04-22 00:03:45 +02:00
commit 148a0e31bc
Signed by: Bluemedia
GPG key ID: C0674B105057136C
5 changed files with 325 additions and 0 deletions

14
renovate.json Normal file
View file

@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"customManagers": [
{
"customType": "regex",
"fileMatch": ["^\\.woodpecker/.*\\.ya?ml$"],
"matchStrings": [
"datasource=(?<datasource>.*?)( registryUrl=(?<registryUrl>[^ ]*))? depName=(?<depName>[^ ]*)( versioning=(?<versioning>.*?))?\\s*- export ELEMENT_VERSION=(?<currentValue>[^\\s]*)\\s.*"
],
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
}
]
}