Automated Dependency Updates for Homebrew
Renovate supports updating Homebrew dependencies.
File Matching¶
By default, Renovate will check any files matching the following regular expression: ^Formula/[^/]+[.]rb$
.
For details on how to extend a manager's fileMatch
value, please follow this link.
Supported datasources¶
This manager supports extracting the following datasources: github-tags
.
References## Default config¶
{
"commitMessageTopic": "Homebrew Formula {{depName}}",
"fileMatch": [
"^Formula/[^/]+[.]rb$"
]
}
Additional Information¶
Open items¶
The below list of features were current when this page was generated on March 30, 2023.
Feature requests¶
- Support multiple platforms in Homebrew formula #9040