From ac7aa81eda13d94c8bf4372f5bdd7f53a9297b43 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Przemys=C5=82aw=20Romanik?=
 <46846000+rom4nik@users.noreply.github.com>
Date: Wed, 27 Jul 2022 19:33:52 +0200
Subject: [PATCH] docs: Gitea account must have full name set for Git identity
 (#16792)

* Gitea account must have full name set for Git identity

* Update lib/modules/platform/gitea/index.md

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>

* Update index.md

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
---
 lib/modules/platform/gitea/index.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/modules/platform/gitea/index.md b/lib/modules/platform/gitea/index.md
index 3484f92f48..deda354622 100644
--- a/lib/modules/platform/gitea/index.md
+++ b/lib/modules/platform/gitea/index.md
@@ -14,6 +14,7 @@ Let Renovate use your PAT by doing _one_ of the following:
 - Set your PAT when you run Renovate in the CLI with `--token=`
 
 Remember to set `platform=gitea` somewhere in your Renovate config file.
+Either the account should have full name and email address set to allow Renovate to estabilish Git identity, or the `gitAuthor` config option should be set.
 
 ## Unsupported platform features/concepts
 
-- 
GitLab