14 lines
527 B
JSON
14 lines
527 B
JSON
|
{
|
||
|
"$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}}"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
|