From 2b78706631794badad90229c3bf8a6c0ffb60fa5 Mon Sep 17 00:00:00 2001 From: Salah-Eddine Saakoun Date: Mon, 21 Sep 2026 12:42:34 +0200 Subject: [PATCH] fix: make Renovate run a full install --- .github/workflows/renovate.yml | 3 --- renovate.json | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 08c7b1c919b..72d84b24383 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -36,11 +36,8 @@ jobs: - name: Run Renovate uses: renovatebot/github-action@dcfba84a42d1b5d5e49bf131b1bf53511851a123 # v46.3.1 - with: - additional-env-list: COREPACK_ENABLE_DOWNLOAD_PROMPT env: RENOVATE_TOKEN: ${{ steps.get-token.outputs.token }} RENOVATE_REPOSITORIES: ${{ github.repository }} RENOVATE_PLATFORM: github - COREPACK_ENABLE_DOWNLOAD_PROMPT: '0' LOG_LEVEL: ${{ inputs.log-level || 'info' }} diff --git a/renovate.json b/renovate.json index 2ea9141e1bd..22e70094f74 100644 --- a/renovate.json +++ b/renovate.json @@ -5,6 +5,7 @@ "dependencyDashboardApproval": true, "minimumReleaseAge": "3 days", "postUpdateOptions": ["yarnDedupeHighest"], + "skipInstalls": false, "packageRules": [ { "description": "Mirrors npmPreapprovedPackages in .yarnrc.yml, which exempts these from the install-time age gate.",