From b544ebc2a69008e503846dceb32a701969267a31 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Tue, 17 Dec 2024 17:36:31 +0000 Subject: [PATCH] ci: restore `pnpm-lock.yaml` that was updated by renovate Frce this fill to be generated by the tooling --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 511c791ade49..c1436d6c68a8 100644 --- a/renovate.json +++ b/renovate.json @@ -10,7 +10,7 @@ "timezone": "America/Tijuana", "postUpgradeTasks": { "commands": [ - "git restore .yarn/releases/yarn-4.5.0.cjs", + "git restore .yarn/releases/yarn-4.5.0.cjs pnpm-lock.yaml", "yarn install --immutable", "yarn bazel run @npm2//:sync || true" ],