Skip to content

Commit f18bb50

Browse files
committed
fix: Exclude dependabot from CREDITS.md
File is only for humans, sorry. Signed-off-by: Patrick Roy <[email protected]>
1 parent a92affa commit f18bb50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/update-credits.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ written in Rust with a focus on safety and security. Thanks go to:
3131
Contributors to the Firecracker repository:
3232
EOH
3333
echo
34-
git log --format='* %aN <%aE>' | LC_ALL=C.UTF-8 sort -uf
34+
git log --format='* %aN <%aE>' | LC_ALL=C.UTF-8 sort -uf | grep -v "dependabot"
3535
} > CREDITS.md

0 commit comments

Comments
 (0)