Skip to content

Commit 68355fc

Browse files
committed
ci: update MODULE.bazel.lock when updates packages
Renovate does yet handle `MODULE.bazel.lock`. See: renovatebot/renovate#25557 We do this as a workaround for that.
1 parent 754c7b4 commit 68355fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"extends": ["github>angular/dev-infra//renovate-presets/default.json5"],
44
"ignorePaths": ["tests/legacy-cli/e2e/assets/**", "tests/schematics/update/packages/**"],
55
"ignoreDeps": ["io_bazel_rules_webtesting"],
6+
"postUpgradeTasks": {
7+
"commands": ["git restore .npmrc", "pnpm install --frozen-lockfile", "pnpm bazel mod tidy"],
8+
"fileFilters": ["MODULE.bazel.lock"],
9+
"executionMode": "branch"
10+
},
611
"packageRules": [
712
{
813
"matchFileNames": [

0 commit comments

Comments
 (0)