From 60a03588a4bc63f546024a84076147f3b6363b20 Mon Sep 17 00:00:00 2001 From: SuperQ Date: Wed, 21 Aug 2024 18:13:45 +0200 Subject: [PATCH] Increase dependabot open PR limit Increase the dependabot open PR limit to allow for more dependency updates at a time. Signed-off-by: SuperQ --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cf2fc0ea87..209b17b0d5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,7 @@ version: 2 updates: - package-ecosystem: "gomod" directory: "/" + open-pull-requests-limit: 20 schedule: interval: "monthly" - package-ecosystem: "docker" @@ -10,5 +11,6 @@ updates: interval: "monthly" - package-ecosystem: "npm" directory: "/ui/react-app" + open-pull-requests-limit: 20 schedule: interval: "monthly"