From 6987076622f5de594f1dba7f7dac4b08ece8ddb2 Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Tue, 7 Oct 2025 15:17:57 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(renovate):=20update=20gith?= =?UTF-8?q?ub=20actions=20bot=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - update git config email and name to use official github-actions[bot] credentials - update gitIgnoredAuthors to use official bot email address for proper commit attribution --- .github/workflows/renovate-app-version.yml | 4 ++-- renovate.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/renovate-app-version.yml b/.github/workflows/renovate-app-version.yml index bbb507cb9..f527b14df 100644 --- a/.github/workflows/renovate-app-version.yml +++ b/.github/workflows/renovate-app-version.yml @@ -55,8 +55,8 @@ jobs: - name: Configure repo run: | - git config --local user.email "githubaction@githubaction.com" - git config --local user.name "github-action" + git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" + git config --local user.name "github-actions[bot]" - name: Get list of updated files by the last commit in this branch separated by space id: updated-files diff --git a/renovate.json b/renovate.json index d0388a883..47af01a8b 100644 --- a/renovate.json +++ b/renovate.json @@ -4,7 +4,7 @@ "config:recommended" ], "gitIgnoredAuthors": [ - "githubaction@githubaction.com", + "41898282+github-actions[bot]@users.noreply.github.com", "85266337+pooneyy@users.noreply.github.com" ], "prBodyColumns": [