From c22e9cc79c36bb059b2069df992f655202cdb730 Mon Sep 17 00:00:00 2001 From: Ricardo Esteves <30535937+RicardoGEsteves@users.noreply.github.com> Date: Thu, 11 Jan 2024 17:35:37 +0000 Subject: [PATCH] Update dependabot.yml Add PR's limit --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fa4832b..c519111 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,9 +6,11 @@ updates: interval: "weekly" day: "sunday" time: "16:00" + open-pull-requests-limit: 30 - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" day: "sunday" time: "16:00" + open-pull-requests-limit: 30