Skip to content

Commit dfe3d64

Browse files
committed
ci(deps): use dependabot[bot] as git author for lockfile updates
1 parent de8c3ba commit dfe3d64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dependabot-lockfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
- name: Commit and push changes
6363
if: steps.changes.outputs.changed == 'true'
6464
run: |
65-
git config user.name "github-actions[bot]"
66-
git config user.email "github-actions[bot]@users.noreply.github.com"
65+
git config user.name "dependabot[bot]"
66+
git config user.email "49699333+dependabot[bot]@users.noreply.github.com"
6767
git add -A
6868
git commit -m "chore(deps): align versions and update lockfile"
6969
git push origin "$PR_HEAD_REF"

0 commit comments

Comments
 (0)