Skip to content

Commit a7238f4

Browse files
committed
ci: correct the path of the pnpm lock file we restore for renovate
1 parent 84d4a73 commit a7238f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"baseBranches": ["main"],
2020
"postUpgradeTasks": {
2121
"commands": [
22-
"git restore pnpm-lock.yaml",
22+
"git restore bazel/pnpm-lock.yaml",
2323
"yarn install",
2424
"yarn bazel sync --only=repo || true",
2525
"yarn update-generated-files"

0 commit comments

Comments
 (0)