Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit e6b376e

Browse files
committed
Using explicit regex for versions of forgejo
1 parent d413f54 commit e6b376e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/forgejo/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ renovate:
1212
datasource: git-tags
1313
package: forgejo/forgejo
1414
url: https://codeberg.org/forgejo/forgejo
15-
extractVersion: ^v(?<version>.+?)$
15+
extractVersion: ^v(?<version>\\d+\.\\d+\.\\d+-\\d+?)$
1616
versioning: loose

0 commit comments

Comments
 (0)