From 16dcd712f0757635ccb79919c471e744c706e42c Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 1 May 2021 23:31:41 +0300 Subject: [PATCH] dependabot: allow 10 pull requests Default of 5 is too small. --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7304eb152..d9f06a30d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,4 @@ updates: interval: "daily" commit-message: prefix: "cargo" + open-pull-requests-limit: 10