From 42c70a0652b10d71854638967d53b3e20b81c658 Mon Sep 17 00:00:00 2001 From: Julien Papini Date: Sat, 22 Jun 2024 19:17:51 +0200 Subject: [PATCH] chore: generate changesets for renovate --- .github/workflows/changesets-renovate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/changesets-renovate.yml b/.github/workflows/changesets-renovate.yml index 355be79..0520fa0 100644 --- a/.github/workflows/changesets-renovate.yml +++ b/.github/workflows/changesets-renovate.yml @@ -23,8 +23,8 @@ jobs: - name: Git Identity run: | - git config --global user.name 'github-actions' - git config --global user.email 'github-actions@github.com' + git config --global user.name 'renovate[bot]' + git config --global user.email '29139614+renovate[bot]@users.noreply.github.com' - name: Setup PNPM uses: pnpm/action-setup@v4