Skip to content

VirtusLab/bazel-steward

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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!