Skip to content

Automated Dependency Updates for Bazel Module

Categories: bazel

Renovate supports updating Bazel Module dependencies.

File Matching

By default, Renovate will check any files matching the following regular expression: (^|/)MODULE\.bazel$.

For details on how to extend a manager's fileMatch value, please follow this link.

Supported datasources

This manager supports extracting the following datasources: bazel, github-tags.

Default config

{
  "fileMatch": [
    "(^|/)MODULE\\.bazel$"
  ]
}

Additional Information

The bazel-module manager can update Bazel module (bzlmod) enabled workspaces.