From c5cd9149e307887652cd9db6b50c12f783e882a8 Mon Sep 17 00:00:00 2001 From: sujiba Date: Tue, 11 Jun 2024 11:01:16 +0200 Subject: [PATCH] fix: changed bot mail --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 81e3a1e..5d46ca0 100644 --- a/config.js +++ b/config.js @@ -1,7 +1,7 @@ module.exports = { "platform": "gitea", "endpoint": "https://git.smail.koeln/api/v1", - "gitAuthor": "Renovate Bot ", + "gitAuthor": "Renovate Bot ", "onboardingConfigFileName": "renovate.json", "autodiscover": true, "optimizedForDisabled": true,