From 887242a36c0781f9d63cf2e01bd294eab9753deb Mon Sep 17 00:00:00 2001 From: Benjamin Staneck Date: Wed, 9 Sep 2020 03:08:35 +0200 Subject: [PATCH] Dependabot: Increase PR limit --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e4cfb441..3cf0898b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: schedule: interval: weekly time: '11:00' - open-pull-requests-limit: 10 + open-pull-requests-limit: 20 target-branch: canary ignore: - dependency-name: "@types/node" @@ -19,5 +19,5 @@ updates: schedule: interval: weekly time: '11:00' - open-pull-requests-limit: 10 + open-pull-requests-limit: 20 target-branch: canary