From a7238f44b141ff5799e5b25db9b3d41e91597cd4 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Tue, 18 Feb 2025 18:29:20 +0000 Subject: [PATCH] ci: correct the path of the pnpm lock file we restore for renovate --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 98d227d74..b76239be8 100644 --- a/renovate.json +++ b/renovate.json @@ -19,7 +19,7 @@ "baseBranches": ["main"], "postUpgradeTasks": { "commands": [ - "git restore pnpm-lock.yaml", + "git restore bazel/pnpm-lock.yaml", "yarn install", "yarn bazel sync --only=repo || true", "yarn update-generated-files"