VirtusLab / bazel-steward

A bot to keep Bazel dependencies up to date
https://virtuslab.github.io/bazel-steward/
Apache License 2.0
60 stars 6 forks source link

Group libraries with the same id.value under one PR #376

Closed lukaszwawrzyk closed 2 months ago

lukaszwawrzyk commented 2 months ago

There might be libraries, (especially cough by bazel-rules kind) that have multiple artifacts and are detected as separate libraries, but with the sama name (but different artifact name). These are now grouped together under one PR with multiple commits to update each variant. Example is http_archive for 4 different platforms.