Skip to content

Commit

Permalink
update version schema
Browse files Browse the repository at this point in the history
  • Loading branch information
cbc02009 committed Feb 16, 2025
1 parent 0998c26 commit 43bb259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate/packageRules.json5
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"matchPackagePatterns": ["frigate"]
},
{
"description": "Custom versioning for lanraragi",
"description": "Custom versioning for lanraragi, cwa",
"matchDatasources": ["docker"],
"versioning": "regex:^v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
"matchPackagePatterns": ["lanraragi"]
"matchPackagePatterns": ["lanraragi", "calibre-web-automated"]
},
{
"description": ["Custom schedule for frequently updated packages"],
Expand Down

0 comments on commit 43bb259

Please sign in to comment.