Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 3.15 KB

README.md

File metadata and controls

22 lines (15 loc) · 3.15 KB

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!