From 97cd81e75b35382284a7e80f9f580cdbeaca9532 Mon Sep 17 00:00:00 2001 From: Sylwester Arabas Date: Fri, 11 Sep 2026 17:47:17 +0200 Subject: [PATCH] set open-pull-requests-limit for Dependabot Set open-pull-requests-limit to 2 for multiple ecosystems. --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c5c8c38e..2bba700a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,11 +4,14 @@ updates: directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 2 - package-ecosystem: "pre-commit" directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 2 - package-ecosystem: "gitsubmodule" directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 2