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.",