From 1310af2052b4f9545324126a08d75707fe77db7f Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 18 Nov 2022 10:28:46 +0100 Subject: Increase PR limit Signed-off-by: Matthias Beyer --- .github/dependabot.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 86253f8..79310e8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,7 @@ updates: directory: "/" schedule: interval: daily - # Disable the pull request limit for dependabot - open-pull-requests-limit: 0 + open-pull-requests-limit: 10 - package-ecosystem: github-actions directory: "/" schedule: -- cgit v1.2.3