From a88b397748bfc3d0740d8780ca8ebac35439a92f Mon Sep 17 00:00:00 2001 From: Aine Date: Wed, 23 Oct 2024 11:58:50 +0300 Subject: [PATCH] increase dependabot PR limits --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6c00494..fd887c9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,13 +4,16 @@ updates: directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 10 - package-ecosystem: "docker" directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 10 - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 10