From 2ce2d951605d8504912b0c77a0d5a959b448fa3c Mon Sep 17 00:00:00 2001 From: Justin Carter Date: Tue, 7 May 2024 16:24:24 +0200 Subject: [PATCH] ci: set open-pull-requests-limit in dependabot.yml --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ea826799b9..9e78708619 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,7 +12,9 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + open-pull-requests-limit: 2 - package-ecosystem: "cargo" directory: "/" schedule: interval: "daily" + open-pull-requests-limit: 2