chore(renovate): relax regex [skip ci]

This commit is contained in:
Michael Kriese 2025-01-30 12:19:35 +01:00
parent 836eb5fcf7
commit f8aad43abd
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: F8D7748549A5986A

View file

@ -6,7 +6,7 @@
"customType": "regex",
"description": "update runner in RUNNER_VERSION",
"fileMatch": ["^RUNNER_VERSION$"],
"matchStrings": ["^(?<currentValue>v\\d+\\.\\d+\\.\\d+)$"],
"matchStrings": ["(?<currentValue>v\\d+\\.\\d+\\.\\d+)"],
"datasourceTemplate": "gitea-tags",
"depNameTemplate": "forgejo/runner",
"versioningTemplate": "semver",