1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-forgejo synced 2025-03-14 22:27:01 +01:00

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
No known key found for this signature in database
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",