Introduce Bazel Steward - a tool for keeping dependencies up to date in Bazel #6711
Replies: 2 comments
-
@lukaszwawrzyk Thanks! Here is a reference: ASF GitHub action policy |
Beta Was this translation helpful? Give feedback.
-
@ShadowySpirits Ok, it seems that the major problem is that bots may not push commits to the repository. But what about dependabot that you seem to be using? What would be an acceptable workflow? How about running on a fork that opens PRs to the actual repo? |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I'd like to recomment using Bazel Steward to this repository, which simplifies the process of checking and updating dependencies in your Bazel projects, making it more efficient to keep them up-to-date.
Bazel Steward is able to correctly update all your maven dependencies, version of Bazel itself as well as Bazel rules.
Bazel Steward automatically opens and manages pull requests. It currently only works with Github, but can be easily run from any CI. It has direct integration with Github Actions.
Check example PRs at the fork that I used for testing: https://github.com/lukaszwawrzyk/rocketmq/pulls
Any feedback is welcome.
Initial PR: #6695
Beta Was this translation helpful? Give feedback.
All reactions