From 56870dfbd8a3955fd9bb4e8ae7f9d73f155cb1d0 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sun, 17 Dec 2023 13:58:21 +0100 Subject: [PATCH] Update renovate.json5 Signed-off-by: Kjeld Schouten --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 828dd03699e..c7c5744bf26 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -6,7 +6,7 @@ "suppressNotifications": ["prIgnoreNotification"], "commitMessageTopic": "{{depName}}", "commitMessageExtra": "to {{newVersion}}", - "commitMessageSuffix": "", + "commitMessageSuffix": "By Renovate", "rebaseWhen": "conflicted", "prConcurrentLimit": 150, "timezone":"Europe/Amsterdam",