Skip to content

Commit

Permalink
chore: install bazelisk during post upgrade (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel committed Jul 24, 2023
1 parent 7c8faa0 commit ea66a5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
],
"postUpgradeTasks": {
"commands": [
"npm install -g @bazel/bazelisk",
"bazelisk run //:tidy_modified"
],
"executionMode": "branch"
Expand Down

0 comments on commit ea66a5e

Please sign in to comment.