Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit 7853210

Browse files
authored
Add [dependabot skip] to the commit message, so dependabot doesn't consider the PR tainted (#20)
1 parent be873fa commit 7853210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
git config user.name "github-actions[bot]"
4141
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
4242
git add --update --ignore-removal .
43-
git commit -m "Automatically fix Nix hashes"
43+
git commit -m "[dependabot skip] Automatically fix Nix hashes"
4444
git push origin "$GITHUB_HEAD_REF"
4545
fi
4646

0 commit comments

Comments
 (0)