wix / greyhound

Greyhound - Rich Kafka client library
MIT License
515 stars 37 forks source link

Introduce Bazel Steward - a tool for keeping dependencies up to date in Bazel #553

Open lukaszwawrzyk opened 1 year ago

lukaszwawrzyk commented 1 year ago

Hello everyone,

As one of developers I am submitting this pull request to introduce our new tool for Bazel repositories. Bazel Steward simplifies the process of checking and updating dependencies in your Bazel projects, making it more efficient to keep them up-to-date. We hope that this tool will be useful to the Bazel community, and we look forward to your feedback.

This pull request integrates Bazel Steward through Github Actions which is currently the easiest way to do this. It will run every day at 12 and create new PRs or resolve conflicts on existing if necessary. You can preview how it looks in a fork that I used to test it. For more details, you can check the project readme.

Bazel Steward is able to correctly update all your maven dependencies and version of Bazel itself. Support for updating rules works in many cases, but we are still working on it to make it more robust. In order to make it work.

We hope that Bazel Steward will make it easier for you to manage dependencies. If you encounter any issues or have any feedback, please don't hesitate to reach out to us. Thank you!


Changes: