From c46cc73f527b98b6c5b512175f3c07e815167f05 Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Sun, 5 Mar 2023 00:03:39 +0100 Subject: [PATCH] Turn down renovate a bit --- renovate.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 54da313f2..3659d5f48 100644 --- a/renovate.json +++ b/renovate.json @@ -4,6 +4,7 @@ "config:base", ":semanticCommitsDisabled" ], - "labels": ["Renovate"], - "rebaseWhen": "conflicted" + "labels": ["dependencies"], + "rebaseWhen": "conflicted", + "schedule": ["on the first day of the week"] }