From cb70afb3450b3b281e5987fd6128e540adaf75a6 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Fri, 12 Jun 2026 02:27:35 +0200 Subject: [PATCH] Fix renovate identity --- .woodpecker/renovate.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.woodpecker/renovate.yaml b/.woodpecker/renovate.yaml index beee659..91c90db 100644 --- a/.woodpecker/renovate.yaml +++ b/.woodpecker/renovate.yaml @@ -58,8 +58,12 @@ steps: # Use the committed renovate.json; don't open an onboarding PR. RENOVATE_ONBOARDING: "false" RENOVATE_REQUIRE_CONFIG: "optional" - # Git identity for the branches/commits Renovate creates. - RENOVATE_GIT_AUTHOR: "Renovate Bot " + # Git identity for the branches/commits Renovate creates. MUST match the + # bot's Gitea account email: platform actions (automerge merge commits, + # "update branch") are attributed to the account email, and Renovate + # flags branches containing commits from unrecognized emails as + # "edited by someone else" and stops rebasing them. + RENOVATE_GIT_AUTHOR: "Renovate Bot " # GitHub token (read-only, no repo access) lets Renovate fetch release # notes / changelogs and avoids GitHub API rate limits for the # github-releases datasource (tailscale). Optional but recommended.