Skip to content

Commit

Permalink
build(renovate): try custom versioning scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham authored May 23, 2024
1 parent 64cce82 commit fc1f936
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"packageRules": [
{
"matchPackageNames": ["catppuccin/toolbox"],
"versioning": "regex:^(?<name>\\w+-)?v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)?$"
}
]
"homebrew": {
"commitMessageTopic": "Homebrew Formula {{depName}}",
"extractVersion": "^\\w+-(?<version>.+)",
Expand Down

0 comments on commit fc1f936

Please sign in to comment.