renovate/lib/manager/bazel
2020-07-24 09:28:40 +02:00
..
__fixtures__ feat(bazel): support http_file (#6844) 2020-07-24 09:28:40 +02:00
__snapshots__ feat(bazel): support http_file (#6844) 2020-07-24 09:28:40 +02:00
extract.spec.ts refactor(test): move manager tests to lib (#5300) 2020-02-05 01:14:31 +01:00
extract.ts feat(bazel): support http_file (#6844) 2020-07-24 09:28:40 +02:00
index.ts fix(bazel): WORKSPACE can also have .bazel suffix (#6217) 2020-05-15 13:27:46 +02:00
readme.md docs: move manager docs out of config options (#5410) 2020-02-25 06:45:00 +01:00
update.spec.ts refactor: Remove 'util/got' (#6523) 2020-06-16 14:11:02 +02:00
update.ts feat(bazel): support http_file (#6844) 2020-07-24 09:28:40 +02:00

Bazel is quite unlike most other "package managers" that Renovate supports, which usually focus on a particular ecosystem like JavaScript, Ruby or Docker. Instead, Bazel is a build tool so supports a multitude of languages/datasources. Renovate does not support all possible Bazel references, although would like to, and feature requests are welcome.