Skip to content

Commit

Permalink
build(renovate): custom version extractor
Browse files Browse the repository at this point in the history
Co-authored-by: winston <hey@winston.sh>
  • Loading branch information
sgoudham and nekowinston authored May 20, 2024
1 parent b44add3 commit b1aecd1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
"extends": ["config:recommended"],
"homebrew": {
"commitMessageTopic": "Homebrew Formula {{depName}}",
"extractVersion": "^\\w-(?<version>.+)",
"fileMatch": ["^Formula/[^/]+[.]rb$"]
}
}

0 comments on commit b1aecd1

Please sign in to comment.