Automated Dependency Updates for Bazelisk
Categories: bazel
Renovate supports updating Bazelisk dependencies.
File Matching¶
By default, Renovate will check any files matching the following regular expression: /(^|/)\.bazelversion$/
.
For details on how to extend a manager's managerFilePatterns
value, please follow this link.
Supported datasources¶
This manager supports extracting the following datasources: github-releases
.
Default config¶
{
"managerFilePatterns": [
"/(^|/)\\.bazelversion$/"
],
"pinDigests": false,
"versioning": "semver"
}
Additional Information¶
Simply keeps the .bazelversion
file updated.