https://virtuslab.github.io/bazel-steward/
A bot to keep Bazel dependencies up to date
https://virtuslab.github.io/bazel-steward/
bazel bazel-rules maven
Last synced: 22 days ago
JSON representation
A bot to keep Bazel dependencies up to date
- Host: GitHub
- URL: https://virtuslab.github.io/bazel-steward/
- Owner: VirtusLab
- License: apache-2.0
- Created: 2022-11-18T11:05:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T14:44:15.000Z (9 months ago)
- Last Synced: 2024-07-31T07:15:44.878Z (9 months ago)
- Topics: bazel, bazel-rules, maven
- Language: Kotlin
- Homepage: https://virtuslab.github.io/bazel-steward/
- Size: 1.41 MB
- Stars: 60
- Watchers: 5
- Forks: 6
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-bazel - Bazel Steward - Automate external dependency updates (Rules, Maven, Bazel itself) (Tooling / General)
README
![]()
# Bazel Steward
[](https://github.com/VirtusLab/bazel-steward)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## Contributing
Want to contribute? Look [here](CONTRIBUTING.md)!