From 356a12def4fea016c50d934a235c784c44d2ad4b Mon Sep 17 00:00:00 2001 From: Nikita Barsukov Date: Wed, 27 Dec 2023 12:01:30 +0300 Subject: [PATCH] ci: fix `postUpgradeTasks` in `renovate.json` (#822) --- .github/renovate.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 3cbd82c2f..f2f35cec3 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -7,9 +7,10 @@ "echo 'TODO: workaround for https://github.com/npm/cli/issues/7019'", "rm -rf package-lock.json node_modules **/node_modules", "npm i --workspaces --include-workspace-root", - "------------------", + "echo '------------------'", "echo 'TODO: workaround for https://github.com/npm/cli/issues/6787#issuecomment-1751005219'", "npm i --workspaces --include-workspace-root" - ] + ], + "executionMode": "branch" } }