From e55cfb3310a1e19b865047b17224af6a7b8dc374 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Fri, 21 Dec 2018 23:32:29 +0000 Subject: [PATCH] chore(renovate): don't automatically rebase state PRs This causes a lot of concurrent CI jobs, better to rebase manually --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 0235617e9..2bfe99dcf 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,5 @@ { "extends": ["config:base"], - "prConcurrentLimit": 1 + "prConcurrentLimit": 1, + "rebaseStalePrs": false }