From 6f995bf6fc385f4ac86245257afa7e8836ae5671 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Tue, 12 May 2026 23:51:30 +0000 Subject: [PATCH] Add gitAuthor to shared renovate-config.json Co-Authored-By: Paperclip --- renovate-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate-config.json b/renovate-config.json index d4d00d3..c3505be 100644 --- a/renovate-config.json +++ b/renovate-config.json @@ -1,5 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "gitAuthor": "Renovate Bot ", "extends": ["config:recommended"], "baseBranches": ["main"], "schedule": ["every weekend"],