From f7e2fb5271e4a1542b70f4213d88023acece3e9e Mon Sep 17 00:00:00 2001 From: Steve Repsher Date: Tue, 14 Feb 2023 17:30:09 +0000 Subject: [PATCH] Allow dependabot to rebase over dedupe commit --- .github/workflows/dedupe.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dedupe.yaml b/.github/workflows/dedupe.yaml index 74731dad59..1734f7f05b 100644 --- a/.github/workflows/dedupe.yaml +++ b/.github/workflows/dedupe.yaml @@ -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}"