From 0cc2ce93ca3a0fe39e438f969859ed7e4e8aa120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Silva?= Date: Fri, 2 Jun 2023 15:32:47 +0100 Subject: [PATCH] Disable automatic rebasing of Renovate PRs --- .github/renovate.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 6d2f1fa..1b813d5 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,7 +1,6 @@ { "extends": [ - "github>doist/renovate-config:kotlin-base", - ":rebaseStalePrs" + "github>doist/renovate-config:kotlin-base" ], "packageRules": [ { @@ -17,5 +16,5 @@ "automerge": true, "matchUpdateTypes": ["minor", "patch", "pin", "digest"] } - ] + ], }