Skip to content

Commit 2f6d3ae

Browse files
committed
ci: include bazel and bazelisk managers in renovate post-upgrade tasks
Ensure that post-upgrade tasks, such as module synchronization and generated file updates, are executed when Renovate updates Bazel dependencies or Bazelisk versions.
1 parent b9bca45 commit 2f6d3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"executionMode": "branch"
1919
},
20-
"matchManagers": ["npm"]
20+
"matchManagers": ["npm", "bazel", "bazel-module", "bazelisk"]
2121
},
2222
{
2323
"postUpgradeTasks": {

0 commit comments

Comments
 (0)