Commit 38fa771
committed
ci: adjust bazel preset execution
This commit adjusts the bazel preset for Renovate to improve its behavior.
The executionMode is changed from 'branch' to 'update' to prevent cases where multiple updates in the same branch by different managers would cause commands not to run.
Additionally, with native Bazel support now available in Renovate, the pnpm install command is no longer necessary and has been removed. The bazel mod deps command is now run directly.
To reduce the frequency of pull requests, especially new ones being opened immediately after a merge, the cross-repository updates are now scheduled to run every two hours.1 parent d776aff commit 38fa771
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
| 48 | + | |
50 | 49 | | |
51 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
106 | | - | |
| 107 | + | |
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
| |||
0 commit comments