From de257044fcbf25059ca77ccc2446d9401c9cd28b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Tue, 10 Dec 2024 15:06:29 +0100 Subject: [PATCH 1/2] WIP --- .github/renovate.json5 => renovate.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename .github/renovate.json5 => renovate.json (61%) diff --git a/.github/renovate.json5 b/renovate.json similarity index 61% rename from .github/renovate.json5 rename to renovate.json index 87f5f103ddfca..9f25d2272188a 100644 --- a/.github/renovate.json5 +++ b/renovate.json @@ -1,10 +1,8 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - // Let Renovatebot keep an opened issue that tracks our dependencies "dependencyDashboard": true, - // Disable "normal" package updates "enabledManagers": [], - // Update lockfiles once per week + "forkProcessing": "enabled", "lockFileMaintenance": { "enabled": true, "schedule": [ From 08f180a3495cec11011787313c022cf42f565489 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:23:26 +0000 Subject: [PATCH 2/2] Update Swatinem/rust-cache digest to e8e63cd --- src/tools/rust-analyzer/.github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/rust-analyzer/.github/workflows/ci.yaml b/src/tools/rust-analyzer/.github/workflows/ci.yaml index d82e46016dc2a..2ca3a0760c62f 100644 --- a/src/tools/rust-analyzer/.github/workflows/ci.yaml +++ b/src/tools/rust-analyzer/.github/workflows/ci.yaml @@ -67,7 +67,7 @@ jobs: run: echo "::add-matcher::.github/rust.json" - name: Cache Dependencies - uses: Swatinem/rust-cache@9bdad043e88c75890e36ad3bbc8d27f0090dd609 + uses: Swatinem/rust-cache@e8e63cdbf2788df3801e6f9a81516b2ca8391886 with: key: ${{ env.RUST_CHANNEL }} @@ -136,7 +136,7 @@ jobs: rustup target add ${{ env.targets }} ${{ env.targets_ide }} - name: Cache Dependencies - uses: Swatinem/rust-cache@9bdad043e88c75890e36ad3bbc8d27f0090dd609 + uses: Swatinem/rust-cache@e8e63cdbf2788df3801e6f9a81516b2ca8391886 - name: Check run: |