From 14c0b51db0df087367a603e477f15607aadbb9b6 Mon Sep 17 00:00:00 2001 From: sujiba Date: Mon, 27 May 2024 15:44:58 +0200 Subject: [PATCH] fix: gitAuthor --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index d4263ed..41b1dd4 100644 --- a/config.js +++ b/config.js @@ -1,6 +1,6 @@ module.exports = { "endpoint": "https://git.smail.koeln/api/v1", - "gitAuthor": "Renovate Bot", + "gitAuthor": "Renovate Bot ", "platform": "gitea", "onboardingConfigFileName": "renovate.json", "autodiscover": true,