From 772978e025d28036d7ea75842e8df41697cfc912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimondas=20Rimkevi=C4=8Dius?= Date: Fri, 14 Feb 2025 10:37:24 +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 7e8399029..301fb7544 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,7 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/" + open-pull-requests-limit: 20 schedule: interval: "weekly" time: "11:00" @@ -13,9 +14,10 @@ updates: - "infrastructure" - package-ecosystem: gitsubmodule directory: "/" + open-pull-requests-limit: 20 schedule: interval: "monthly" time: "11:00" labels: - "dependencies" - - "submodules" \ No newline at end of file + - "submodules"