chore(renovate): fix forgejo versioning regex
This commit is contained in:
parent
bc49c4a85d
commit
ea31aba8cf
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
"description": "Fix forgejo docker image versioning",
|
||||
"matchDepNames": ["forgejo"],
|
||||
"matchDatasources": ["docker"],
|
||||
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-(?<build>)(?:-(?<compatibility>.+))?$"
|
||||
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-(?<build>\\d+)(?:-(?<compatibility>.+))?$"
|
||||
},
|
||||
{
|
||||
"matchManagers": ["regex"],
|
||||
|
|
Loading…
Reference in a new issue