From 10a56e44ae6df837b2524af600fd05b66dbb3103 Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Mon, 12 May 2025 12:00:53 +0000 Subject: [PATCH] ci: remove `yarn bazel sync --only=repo || true` From taking to Paul it appears that this is no longer needed. --- renovate.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/renovate.json b/renovate.json index 2540e5c20..461e5d7b8 100644 --- a/renovate.json +++ b/renovate.json @@ -4,9 +4,7 @@ "postUpgradeTasks": { "commands": [ - "git restore bazel/pnpm-lock.yaml .npmrc", "yarn install --immutable", - "yarn bazel sync --only=repo || true", "yarn update-generated-files" ], "executionMode": "branch"