renovate/lib/manager/bazel
2020-12-02 14:36:26 +01:00
..
__fixtures__ fix(bazel): use github-tags for http archives (#7861) 2020-12-02 14:36:26 +01:00
__snapshots__ fix(bazel): use github-tags for http archives (#7861) 2020-12-02 14:36:26 +01:00
extract.spec.ts fix(bazel): use github-tags for http archives (#7861) 2020-12-02 14:36:26 +01:00
extract.ts fix(bazel): use github-tags for http archives (#7861) 2020-12-02 14:36:26 +01: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: convert all path to upath (#7712) 2020-11-12 21:46:08 +01: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.