From 09a1e38086bd88cecd95ae815a951829952cf981 Mon Sep 17 00:00:00 2001 From: Arlind Date: Sun, 12 Oct 2025 20:40:43 +0200 Subject: [PATCH] chore(ci): add PR limit for dependabot --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e663ac4..aaa133f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,4 @@ updates: directory: "/" schedule: interval: "daily" + open-pull-requests-limit: 10