From cac20474bfb69a40ba791f240fa305970619ac04 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 13 Jun 2018 02:00:24 +0000 Subject: [PATCH 1/3] Add renovate.json --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000000..f45d8f110c --- /dev/null +++ b/renovate.json @@ -0,0 +1,5 @@ +{ + "extends": [ + "config:base" + ] +} From 20631b28c89d572e9b9e7587a1fee199595de463 Mon Sep 17 00:00:00 2001 From: Tal Amuyal Date: Thu, 14 Jun 2018 21:10:12 +0300 Subject: [PATCH 2/3] Update renovate.json --- renovate.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/renovate.json b/renovate.json index f45d8f110c..84aa4f6c9f 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,7 @@ { + "enabledManagers": ["yarn"], + "prConcurrentLimit": 1, + "prCreation": "status-success", "extends": [ "config:base" ] From 9accc5505e189a4b808aa36f1c420d3e53c64e13 Mon Sep 17 00:00:00 2001 From: Tal Amuyal Date: Fri, 15 Jun 2018 17:37:08 +0300 Subject: [PATCH 3/3] Update renovate.json --- renovate.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index 84aa4f6c9f..b19909c2bc 100644 --- a/renovate.json +++ b/renovate.json @@ -1,8 +1,7 @@ { - "enabledManagers": ["yarn"], - "prConcurrentLimit": 1, - "prCreation": "status-success", "extends": [ "config:base" - ] + ], + "prConcurrentLimit": 2, + "prCreation": "status-success" }