Skip to content
umbrella

GitHub Action

Bazel steward

v1.5.2 Latest version

Bazel steward

umbrella

Bazel steward

Automatically searches bazel repositories for dependencies and updates them

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Bazel steward

uses: VirtusLab/[email protected]

Learn more about this action in VirtusLab/bazel-steward

Choose a version

Basel Steward logo

Bazel Steward

Bazel Steward badge

Bazel Steward is a bot that helps you keep your library dependencies, Bazel and Bazel rules up-to-date.

How it works

Bazel Steward scans your repository looking for outside dependencies. Then, it compares a version of the found dependency against a remote repository. If a newer version is available on the remote repository, then it opens a pull request with a change for that newer version.

Documentation

The documentation is available at https://virtuslab.github.io/bazel-steward

Contributing

Want to contribute? Look here!