From 2fad24a1a4e5308f58884cf6c5e9baa10ceefc8e Mon Sep 17 00:00:00 2001 From: Antoine Zanardi Date: Fri, 24 Mar 2023 13:20:45 +0100 Subject: [PATCH] feat(dependabot): increase pr limit to 20 (#62) --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 46789badb..c3e682fa4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,4 +10,5 @@ updates: - "antoinezanardi" commit-message: prefix: "chore(deps)" - target-branch: "develop" \ No newline at end of file + target-branch: "develop" + open-pull-requests-limit: 20 \ No newline at end of file