From 96b4a4adc51ef96802a1c779c17194add65150e1 Mon Sep 17 00:00:00 2001 From: Austin Huang Date: Sat, 20 Mar 2021 11:06:51 -0400 Subject: [PATCH] Update renovate.json --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index f45d8f11..267698f2 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,6 @@ { "extends": [ "config:base" - ] + ], + "prConcurrentLimit": 5 }