From b7699904411f34471e76682f039df5f83cc1c414 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Thu, 13 Feb 2025 11:09:36 +0000 Subject: [PATCH] ci: handle error when running `bazel sync --only=repo` When the pnpm lock file is updated this command exits with a non zero error code. --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index d00603307be1..58468da5eab8 100644 --- a/renovate.json +++ b/renovate.json @@ -12,7 +12,7 @@ "commands": [ "git restore .yarn/releases/yarn-4.5.0.cjs pnpm-lock.yaml", "yarn install --immutable", - "yarn bazel sync --only=repo" + "yarn bazel sync --only=repo || true" ], "fileFilters": [".aspect/rules/external_repository_action_cache/**/*", "pnpm-lock.yaml"], "executionMode": "branch"