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": [ 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: |