Skip to content

Commit 2b69897

Browse files
committed
ci: update renovate config to properly handle changes to pnpm-lockfile (#2596)
PR Close #2596
1 parent 7d70bf5 commit 2b69897

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

renovate.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@
1818
"enabledManagers": ["npm", "bazel", "github-actions"],
1919
"baseBranches": ["main"],
2020
"postUpgradeTasks": {
21-
"commands": ["yarn install", "yarn update-generated-files"],
21+
"commands": [
22+
"git restore pnpm-lock.yaml",
23+
"yarn install",
24+
"yarn bazel sync --only=repo || true",
25+
"yarn update-generated-files"
26+
],
2227
"executionMode": "update"
2328
},
2429
"packageRules": [

0 commit comments

Comments
 (0)