bazel-steward icon indicating copy to clipboard operation
bazel-steward copied to clipboard

Control which dependencies can be updated

Open lukaszwawrzyk opened this issue 2 years ago • 1 comments

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. As in all cases when specifying deps it should be possible to use some regex/wildcard to specify groups of libraries in a general way. Also it should be "scopable" to given platform like maven or python.

lukaszwawrzyk avatar Jan 18 '23 10:01 lukaszwawrzyk

Partially addressed in https://github.com/VirtusLab/bazel-steward/pull/243 It is possible to disable dependencies or whole kinds through enabled: false. Missing part is to implement enabled: true to only update given dependencies.

lukaszwawrzyk avatar May 05 '23 11:05 lukaszwawrzyk