Skip to content

Commit

Permalink
🔧 (renovate): Update linuxserver version regex
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Feb 5, 2023
1 parent b02048d commit 8157194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
{
"matchPackagePrefixes": ["ghcr.io/linuxserver/", "lscr.io/linuxserver/", "linuxserver/"],
"versioning": "regex:^(?<compatibility>.*?)-(?<major>[v\\d]+)\\.(?<minor>\\d+)(\\.(?<patch>[\\d.]+))?(?<build>-.*)?$"
"versioning": "regex:^(?<compatibility>.*?)-v?(?<major>\\d+)\\.(?<minor>\\d+)(\\.(?<patch>\\d+)([\\-\\.]r?(?<build>.+))?)?$"
},
{
"matchPackageNames": ["jekyll/jekyll"],
Expand Down

0 comments on commit 8157194

Please sign in to comment.