From ac4d4d2d206d8a325bdb62ce6e5760adcda2fd60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimondas=20Rimkevi=C4=8Dius?= Date: Fri, 14 Feb 2025 11:48:47 +0200 Subject: [PATCH] Increase dependabot pull request limit to 20 (was 5) --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fa4b894..4b72c8a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,7 @@ updates: directory: "/" schedule: interval: monthly + open-pull-requests-limit: 20 labels: - dependencies @@ -12,5 +13,6 @@ updates: directory: "/" schedule: interval: monthly + open-pull-requests-limit: 20 labels: - - dependencies \ No newline at end of file + - dependencies