From 39eccdaec55a497ef43e0f8311f5bcd42b4f0518 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Fri, 18 Mar 2022 11:46:24 +0100 Subject: [PATCH] fix(ci): try to use correct rfc email string --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index f13ca708a5b..2abaec04e8a 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -9,7 +9,7 @@ "prConcurrentLimit": 7, "pinDigests": true, "timezone":"Europe/Amsterdam", - "gitAuthor": "bot@truecharts.org", + "gitAuthor": "TrueCharts-Bot ", "helm-values": { "fileMatch": ["charts/.+/.*values\\.yaml$", "charts/.+/SCALE/.*_values\\.yaml$"] },