bazelbuild / bazelisk

A user-friendly launcher for Bazel.
Apache License 2.0
1.96k stars 302 forks source link

Support `MODULE.bazel` and `REPO.bazel` #503

Closed crncnnr closed 8 months ago

crncnnr commented 9 months ago

As of Bazel 6.3.0, MODULE.bazel and REPO.bazel are also considered workspace boundaries. Bazelisk now searches for these in the same order Bazel does.

Fixes #502