renovate/lib/manager/bazel
2021-04-20 15:37:57 +02:00
..
__fixtures__ fix(bazel): Handle comment and string parsing (#8830) 2021-03-10 18:10:27 +00:00
__snapshots__ refactor(http): Use default "accept-encoding" value (#9652) 2021-04-20 15:37:57 +02:00
extract.spec.ts refactor(manager): Enforce getName usage (#9523) 2021-04-13 12:07:57 +02:00
extract.ts fix(bazel): Handle comment and string parsing (#8830) 2021-03-10 18:10:27 +00:00
index.ts fix(bazel): WORKSPACE can also have .bazel suffix (#6217) 2020-05-15 13:27:46 +02:00
readme.md docs: improve versioning documentation (#9017) 2021-03-27 06:50:57 +01:00
update.spec.ts refactor(config): Extract interfaces from "index.ts" to separate "types.ts" (#9629) 2021-04-20 10:52:57 +02:00
update.ts refactor: optimize type usage (#8947) 2021-03-02 21:44:55 +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.

If you need to change the versioning format, read the versioning documentation to learn more.