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 3fa601bd4d94b9bf18b97dca3044b5513dc3d016 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:23:33 +0000 Subject: [PATCH 2/2] Update dorny/paths-filter digest to de90cc6 --- src/tools/rust-analyzer/.github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/rust-analyzer/.github/workflows/ci.yaml b/src/tools/rust-analyzer/.github/workflows/ci.yaml index d82e46016dc2a..700f5f57359c1 100644 --- a/src/tools/rust-analyzer/.github/workflows/ci.yaml +++ b/src/tools/rust-analyzer/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: proc_macros: ${{ steps.filter.outputs.proc_macros }} steps: - uses: actions/checkout@v4 - - uses: dorny/paths-filter@1441771bbfdd59dcd748680ee64ebd8faab1a242 + - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 id: filter with: filters: |