renovate/lib/modules/manager/bazel
Sebastian Poxhofer 3681b2a945
chore: eslint to enforce for typed imports (#30844)
2024-08-19 13:15:27 +00:00
..
__fixtures__ feat(manager/bazel): recognize Bazel rules that begin with an underscore (#24496) 2023-09-20 07:03:58 +00:00
__snapshots__ fix(bazel): Provide `replaceString` selectively (#20360) 2023-02-12 19:00:28 +02:00
rules refactor(prettier): Force trailing commas (#25631) 2023-11-07 15:50:29 +00:00
artifacts.spec.ts refactor(prettier): Force trailing commas (#25631) 2023-11-07 15:50:29 +00:00
artifacts.ts chore(deps): update typescript-eslint monorepo to v8 (major) (#30750) 2024-08-14 10:33:02 +00:00
common.spec.ts refactor(prettier): Force trailing commas (#25631) 2023-11-07 15:50:29 +00:00
common.ts refactor(prettier): Force trailing commas (#25631) 2023-11-07 15:50:29 +00:00
extract.spec.ts refactor(prettier): Force trailing commas (#25631) 2023-11-07 15:50:29 +00:00
extract.ts refactor(prettier): Force trailing commas (#25631) 2023-11-07 15:50:29 +00:00
index.ts feat(bazel): update deps in WORKSPACE.bzlmod (#29001) 2024-05-11 11:51:11 +00:00
parser.spec.ts feat(manager/bazel): recognize Bazel rules that begin with an underscore (#24496) 2023-09-20 07:03:58 +00:00
parser.ts chore: eslint to enforce for typed imports (#30844) 2024-08-19 13:15:27 +00:00
readme.md docs: fix versioning links (#28341) 2024-04-11 13:23:20 +00:00
types.ts refactor(bazel): Prepare for non-GitHub url parsing (#20390) 2023-02-14 18:00:01 +00:00

readme.md

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.