bazel-steward
bazel-steward copied to clipboard
A bot to keep Bazel dependencies up to date
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.2.8. Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed a warning REXML 3.2.7 - 2024-05-16 Improvements Improve parse performance by using...
Updates kotest from 5.8.1 to 5.9.0
Updates kotlinx-coroutines from 1.8.0 to 1.8.1
Updates bazel from 6.5.0 to 7.1.2
Updates jackson from 2.17.0 to 2.17.1
I'm just discovering bazel-steward, so I don't know how much this feature request is feasible or not, but we manage our dependencies using [bazel-deps](https://github.com/bazeltools/bazel-deps). Is it possible for bazel-steward to...
User should be able to specify list of allowed dependencies that should be updated (to opt in to bazel-steward for limited set of deps) and/or a list of ignored dependencies....
Background: Bazel Steward should now what kind of dependency management rules are in given workspace and only run the extraction logic if it makes sense. As the first step, we...
We should select 2-3 repositories that bazel steward can support and that may be open to use it. Then we should verify if it works correctly through forks. Then we...