renovate/lib/manager/bazel
2020-10-20 08:49:28 +02:00
..
__fixtures__ feat(bazel): support http_file (#6844) 2020-07-24 09:28:40 +02:00
__snapshots__ chore: spelling (#7499) 2020-10-20 08:49:28 +02:00
extract.spec.ts refactor(test): move manager tests to lib (#5300) 2020-02-05 01:14:31 +01:00
extract.ts chore: spelling (#7499) 2020-10-20 08:49:28 +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 chore: spelling (#7499) 2020-10-20 08:49:28 +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.