From 9dcf9f74466b0b1a659a07888d3dba780000c82a Mon Sep 17 00:00:00 2001 From: Andy Jordan Date: Mon, 24 Apr 2023 11:19:31 -0700 Subject: [PATCH] Fix Dependabot pull requests limit There seems to be a bug in the backend that thinks we're hitting the default limit of 5 even when no PRs are open. Also switch to weekly like the client. --- .github/dependabot.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5672e2cca..bbe4db5db 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,8 +3,9 @@ updates: - package-ecosystem: nuget directory: "/" schedule: - interval: daily + interval: weekly + open-pull-requests-limit: 10 - package-ecosystem: github-actions directory: "/" schedule: - interval: daily + interval: weekly