From e385130264dafb581bdff753b578b982e2de7219 Mon Sep 17 00:00:00 2001 From: Alexander Lanin Date: Wed, 13 May 2026 21:34:34 +0200 Subject: [PATCH] chore: disable Renovate dependency dashboard --- .github/renovate.json5 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index f1ca574..3ad6840 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -33,6 +33,9 @@ onboarding: false, requireConfig: "ignored", + // Disable the dependency dashboard issue + dependencyDashboard: false, + // Limit PRs to 10 at a time, to avoid overwhelming maintainers prConcurrentLimit: 10,