From 36f21b0d32820c6e59e067d5212e76ae45ed3b3c Mon Sep 17 00:00:00 2001 From: Lennart Date: Wed, 19 Jan 2022 22:58:45 +0100 Subject: [PATCH] chore: Removate validate-renovate from v3-latest branch (#34460) --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cddf2e14526ea..373d751bbb49a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -192,7 +192,6 @@ jobs: - <<: *restore_cache - <<: *install_node_modules - <<: *check_lockfile - - <<: *validate_renovate - <<: *persist_cache - run: yarn bootstrap -- concurrency=2 # Persist the workspace again with all packages already built