From e4c606ac60638990bd9c325a257e798631e01f13 Mon Sep 17 00:00:00 2001 From: theEvilReaper Date: Tue, 11 Jun 2024 09:03:50 +0200 Subject: [PATCH] Update renovate configuration --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index 39a2b6e9..b7e2b3a8 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,9 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" + ], + "rebaseWhen": "conflicted", + "labels": [ + "renovate" ] }