renovate/lib/modules/manager/bazel
2023-03-04 10:32:38 +00:00
..
__fixtures__ fix(bazel): support github tag refs (#17931) 2022-09-23 11:34:22 +02:00
__snapshots__ fix(bazel): Provide replaceString selectively (#20360) 2023-02-12 19:00:28 +02:00
rules feat(bazel): Use Gradle versioning for maven_install by default (#20748) 2023-03-04 10:32:38 +00:00
artifacts.spec.ts feat(bazel): Use auto-replace when possible (#20318) 2023-02-11 12:34:13 +01:00
artifacts.ts feat(bazel): Use auto-replace when possible (#20318) 2023-02-11 12:34:13 +01:00
common.spec.ts refactor(bazel): Leverage new parser in update function (#18285) 2022-10-19 09:20:22 +00:00
common.ts refactor(bazel): Leverage new parser in update function (#18285) 2022-10-19 09:20:22 +00:00
extract.spec.ts feat(bazel): Support GitLab-based http archives (#20393) 2023-02-16 06:35:00 +00:00
extract.ts refactor: PackageFile -> PackageFileContent (#20502) 2023-02-19 12:43:48 +00:00
index.ts feat(bazel): Use auto-replace when possible (#20318) 2023-02-11 12:34:13 +01:00
parser.spec.ts feat(bazel): Support for maven.artifact positional args (#20471) 2023-02-17 08:54:35 +00:00
parser.ts feat(bazel): Support for maven.artifact positional args (#20471) 2023-02-17 08:54:35 +00:00
readme.md refactor: lib/modules (#14488) 2022-03-04 09:04:02 +01:00
types.ts refactor(bazel): Prepare for non-GitHub url parsing (#20390) 2023-02-14 18:00:01 +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.