From 9759dd90a2ff45e15e2dfb2f9282dd8fa2b7c13f Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 14 Apr 2021 18:26:38 +0200 Subject: [PATCH] Limit the number of dependabot pull requests --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 72a5fc35..2ef7df3c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,4 @@ updates: directory: "/" schedule: interval: "daily" + open-pull-requests-limit: 10