From 7d6992e4640256770b2ec85488a5ef570d6a3de0 Mon Sep 17 00:00:00 2001 From: Shawn Erquhart Date: Fri, 15 Mar 2019 09:43:38 -0400 Subject: [PATCH] chore: temporarily re-add renovate PR limit --- renovate.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 53591f37..03a630ec 100644 --- a/renovate.json +++ b/renovate.json @@ -6,6 +6,5 @@ "lockFileMaintenance": { "enabled": true, "extends": "schedule:weekly" - }, - "prConcurrentLimit": 0 -} \ No newline at end of file + } +}