Skip to content

Commit ef35dd5

Browse files
committed
ci: automate repository-wide Bazel module synchronization
Adds a script to find and synchronize all `MODULE.bazel` files in the workspace. This script is now used in `renovate.json` to automate dependency updates across all modules.
1 parent 70c6899 commit ef35dd5

9 files changed

Lines changed: 59 additions & 38 deletions

File tree

MODULE.bazel.lock

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bazel/integration/tests/nested_bazel_workspaces/basic/MODULE.bazel.lock

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bazel/rules/rules_angular/MODULE.bazel.lock

Lines changed: 1 addition & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bazel/rules/rules_browsers/MODULE.bazel.lock

Lines changed: 1 addition & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bazel/rules/rules_browsers/test/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ local_path_override(
1212
bazel_dep(name = "rules_sass", dev_dependency = True)
1313
local_path_override(
1414
module_name = "rules_sass",
15-
path = "../rules_sass",
15+
path = "../../rules_sass",
1616
)
1717

1818
bazel_dep(name = "devinfra", dev_dependency = True)

0 commit comments

Comments
 (0)