We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a92affa commit f18bb50Copy full SHA for f18bb50
tools/update-credits.sh
@@ -31,5 +31,5 @@ written in Rust with a focus on safety and security. Thanks go to:
31
Contributors to the Firecracker repository:
32
EOH
33
echo
34
- git log --format='* %aN <%aE>' | LC_ALL=C.UTF-8 sort -uf
+ git log --format='* %aN <%aE>' | LC_ALL=C.UTF-8 sort -uf | grep -v "dependabot"
35
} > CREDITS.md
0 commit comments