From 968fffb7feaa862dea26da445610fa4dcf5f12af Mon Sep 17 00:00:00 2001 From: Amir Zarrinkafsh Date: Sun, 31 Jan 2021 20:43:32 +1100 Subject: [PATCH] ci(renovate): enable auto rebase (#1679) The initial deps backlog has mostly been addressed now, this along with some reshuffling and changes to node jobs/priority means we should be able to turn auto rebase back on. --- .renovaterc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.renovaterc b/.renovaterc index 2f26b95c5..37f70d3b8 100644 --- a/.renovaterc +++ b/.renovaterc @@ -56,6 +56,5 @@ ], "postUpdateOptions": [ "gomodTidy" - ], - "rebaseWhen": "never" + ] } \ No newline at end of file