Allow dependabot to rebase over dedupe commit

This commit is contained in:
Steve Repsher 2023-02-14 17:30:09 +00:00
parent 6ba567c54e
commit f7e2fb5271
No known key found for this signature in database
GPG Key ID: 776C4F2DACF6131B
1 changed files with 1 additions and 1 deletions

View File

@ -50,5 +50,5 @@ jobs:
git config user.name "Home Assistant Committer"
git config user.email "hello@home-assistant.io"
git add yarn.lock
git commit -m "Deduplicate dependencies" || exit 0
git commit -m "Deduplicate dependencies [dependabot skip]" || exit 0
git push origin "HEAD:${GITHUB_HEAD_REF}"