From 5be7cc832ff309f41c28c01590122f613c8471b0 Mon Sep 17 00:00:00 2001 From: Tam Mach Date: Wed, 14 Oct 2020 15:10:08 +1100 Subject: [PATCH] Update dependabot email --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6fc8368323..b1e1f2b96f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: else echo "Updating dist directory" git config --local user.name "dependabot[bot]" - git config --local user.email "support@github.com" + git config --local user.email "49699333+dependabot[bot]@users.noreply.github.com" git add --update git commit --message="Update dist files" git push