Skip to content

Commit cb03391

Browse files
committed
ci: add bazel lock file update command
Adds the bazel lock file update command to post update task
1 parent 029d16b commit cb03391

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

renovate.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
"extends": ["github>angular/dev-infra//renovate-presets/default.json5"],
44

55
"postUpgradeTasks": {
6-
"commands": ["pnpm install --frozen-lockfile", "pnpm update-generated-files"],
6+
"commands": [
7+
"pnpm install --frozen-lockfile",
8+
"pnpm bazel mod deps --lockfile_mode=update",
9+
"pnpm update-generated-files"
10+
],
711
"executionMode": "branch"
812
},
913

0 commit comments

Comments
 (0)