From 522c857cbdd51f9ab3fa6aa417ceffdedb18994b Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Fri, 3 Sep 2021 18:45:44 +1000 Subject: [PATCH] Limit the number of open dependabot to 10 instead of 5 This should give us a bit more slack to update certain dependencies even if we have a few pending that are currently breaking the build. --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3afdb9b0..57376c44 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,7 +10,8 @@ updates: schedule: interval: "daily" rebase-strategy: "disabled" - + open-pull-requests-limit: 10 + - package-ecosystem: "github-actions" directory: "/" schedule: