From 932f0cb74e67c4239fb70834ec3f9809175295a3 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Thu, 14 Jul 2022 10:07:18 +0100 Subject: [PATCH] build(dependabot): increase `open-pull-requests-limit` from 5 to 20 --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index da5c68f..b43a7b3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,7 @@ updates: include: scope prefix: build directory: / + open-pull-requests-limit: 20 schedule: interval: monthly @@ -13,5 +14,6 @@ updates: include: scope prefix: build directory: / + open-pull-requests-limit: 20 schedule: interval: monthly