From b3706fbc970ee99fa3516e4791160a53acce70c4 Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Fri, 3 Dec 2021 15:32:32 +0000 Subject: [PATCH] chore: update dependabot pull request limit We have so many dependencies in this project, only having 10 open PRs means we'll never get to the end. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index de46e326..9ca606fe 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,4 +5,4 @@ updates: schedule: interval: daily time: "11:00" - open-pull-requests-limit: 10 + open-pull-requests-limit: 50