From d79ef155a6f17103cdf0a1a1b5e3503537e1e732 Mon Sep 17 00:00:00 2001 From: Shivam Goyal Date: Tue, 16 Apr 2024 18:42:39 +0530 Subject: [PATCH] TP-12345 | Increase dependabot PR limit to 50 for gradle ecosystem (#10485) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 47303b4a2e..393e25dc4c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,7 +24,7 @@ updates: interval: "daily" time: "10:00" timezone: "Asia/Kolkata" - open-pull-requests-limit: 25 + open-pull-requests-limit: 50 commit-message: prefix: "TP-52884 | " labels: