fix renovate version matcher
Some checks failed
build_keycloak.yml / fix renovate version matcher (push) Failing after 0s
Build Nextcloud / Build Nextcloud 34 Image (push) Successful in 7m22s

This commit is contained in:
Max 2026-08-19 16:42:37 +02:00
commit 08c3cd32f4
Signed by: max
SSH key fingerprint: SHA256:yZMpYLEULscoVYQvcuxhc3eWa6nymBFWCxjsRErAIY8
3 changed files with 7 additions and 5 deletions

View file

@ -4,11 +4,11 @@
"config:recommended"
],
"customManagers": [
// Custom manager using regex for letting Renovate find dependencies in woodpecker Matrix variables.
// Custom manager using regex for letting Renovate find dependencies in matrix variables
{
"customType": "regex",
"managerFilePatterns": [
"/^\\.woodpecker/.*\\.ya?ml$/"
"/^\\.forgejo/workflows/.*\\.ya?ml$/"
],
"matchStrings": [
"# renovate: datasource=(?<datasource>[a-zA-Z0-9-._]+?) depName=(?<depName>[^\\s]+?)(?: packageName=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[^\\s]+?))?\\s*-\\s*[\"']?(?<currentValue>.+?)[\"']?\\s"