From b869a9098e5e5694fe8ba4b49c2d6ce3d7e6d471 Mon Sep 17 00:00:00 2001 From: Saptarshi Sarkar Date: Sat, 1 Jul 2023 08:18:12 +0530 Subject: [PATCH] Fix(Workflow): Updated dependabot's email address --- .github/workflows/npm-deps-upgrade.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-deps-upgrade.yml b/.github/workflows/npm-deps-upgrade.yml index 99ecf4b67..9215f13a1 100644 --- a/.github/workflows/npm-deps-upgrade.yml +++ b/.github/workflows/npm-deps-upgrade.yml @@ -31,7 +31,7 @@ jobs: - name: Commit and push changes to the repository run: | git config user.name "dependabot" - git config user.email "27856297+dependabot-preview[bot]@users.noreply.github.com" + git config user.email "49699333+dependabot[bot]@users.noreply.github.com" git add . git diff-index --quiet HEAD || git commit -m "build(deps): Upgraded npm packages" git push