From b6137e73d38f837a8163a11315842714013a5154 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 9 Feb 2023 01:03:45 +0530 Subject: fix(renovate): raise concurrent PRs limit --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) (limited to '.github/renovate.json5') diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 62c5ee4c..028a165c 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -4,6 +4,7 @@ ":dependencyDashboard", "helpers:pinGitHubActionDigests", ], + "branchConcurrentLimit": 15, "packageRules": [ { matchDatasources: [ -- cgit v1.2.3