mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2025-02-16 04:52:58 -05:00
chore(renovate): relax regex [skip ci]
This commit is contained in:
parent
836eb5fcf7
commit
f8aad43abd
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue