renovate/lib/manager/bazel
2020-12-11 13:29:43 +01:00
..
__fixtures__ feat(bazel): Allow updating more types of http_archives, including zip (#7929) 2020-12-10 09:13:47 +01:00
__snapshots__ feat(bazel): Allow updating more types of http_archives, including zip (#7929) 2020-12-10 09:13:47 +01:00
extract.spec.ts fix(bazel): use github-tags for http archives (#7861) 2020-12-02 14:36:26 +01:00
extract.ts feat(bazel): Allow updating more types of http_archives, including zip (#7929) 2020-12-10 09:13:47 +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: use ls-lint (#7956) 2020-12-11 13:29:43 +01:00
update.ts feat(bazel): Allow updating more types of http_archives, including zip (#7929) 2020-12-10 09:13:47 +01: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.