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,