renovate/lib/manager/bazel
RahulGautamSingh da73178171
fix: refactor regex to use re2 (#12216)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-10-20 04:38:49 +00:00
..
__fixtures__ fix(bazel): Handle comment and string parsing (#8830) 2021-03-10 18:10:27 +00:00
__snapshots__ fix: Improve the default User-agent string. (#10606) 2021-06-26 07:02:35 +00:00
extract.spec.ts test: Fix test descriptions and enforce it via new linting rule (#11285) 2021-08-18 05:46:56 +00:00
extract.ts fix: refactor regex to use re2 (#12216) 2021-10-20 04:38:49 +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
types.ts refactor: extract more types (#9959) 2021-05-11 19:08:02 +02:00
update.spec.ts test: Fix test descriptions and enforce it via new linting rule (#11285) 2021-08-18 05:46:56 +00:00
update.ts fix: refactor regex to use re2 (#12216) 2021-10-20 04:38:49 +00: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.