Skip to content

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.

Dependency types

This manager has no documented depType values.

Default config

{
  "managerFilePatterns": [
    "/(^|/)\\.bazelversion$/"
  ],
  "pinDigests": false,
  "versioning": "semver"
}

Lock File Maintenance

This manager supports lockFileMaintenance for the following file(s):

  • MODULE.bazel.lock

Additional Information

Simply keeps the .bazelversion file updated.

Lockfile support

When a MODULE.bazel.lock file exists in the repository, updating the Bazel version also regenerates the lockfile. See the bazel-module manager docs for details.

It will only run if the allowedUnsafeExecutions global option includes bazelModDeps.