From e061c788de0380fec784f614cc120730da322593 Mon Sep 17 00:00:00 2001 From: TwiN Date: Mon, 4 Nov 2024 18:37:31 -0500 Subject: [PATCH] ci: Update open-pull-requests-limit from 1 to 3 --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 874588d9..ca9dbc2d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,7 @@ updates: interval: "daily" - package-ecosystem: "gomod" directory: "/" - open-pull-requests-limit: 1 + open-pull-requests-limit: 3 labels: ["dependencies"] schedule: interval: "daily"