From 6eda7d5c0046c2ea7974dcc564a388c332fc032b Mon Sep 17 00:00:00 2001 From: Amir Zarrinkafsh Date: Sat, 30 Jan 2021 18:48:31 +1100 Subject: [PATCH] ci(renovate): disable automatic rebasing (#1668) This change is to ensure that our CI workers are not flooded with jobs that fail. This setting will be removed when the initial backlog has been merged. --- .renovaterc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.renovaterc b/.renovaterc index c01333280..fcfb1a413 100644 --- a/.renovaterc +++ b/.renovaterc @@ -53,5 +53,6 @@ "ruby" ] } - ] + ], + "rebaseWhen": "never" } \ No newline at end of file