From a67450d4cb97eeea98a5bfa69f54211fbbdaea1e Mon Sep 17 00:00:00 2001 From: sujiba Date: Tue, 11 Jun 2024 11:12:32 +0200 Subject: [PATCH] fix: renamed bot to follow renovate-bot guidelines --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 5d46ca0..4b08b47 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": "Sujiba Bot ", "onboardingConfigFileName": "renovate.json", "autodiscover": true, "optimizedForDisabled": true,