We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49e7ac4 commit 447a20fCopy full SHA for 447a20f
tools/scripts/update_contributors
@@ -40,7 +40,7 @@ this_script=$(perl -MFile::Spec -e 'print File::Spec->abs2rel(@ARGV)' "$0" "${ro
40
# Lists contributors.
41
list_contributors() {
42
local contributors
43
- contributors="$(git log | git shortlog -sne | cut -f 2 | sort | grep -v '^github-actions' | grep -v '^stdlib-bot')"
+ contributors="$(git log | git shortlog -sne | cut -f 2 | sort | grep -v '^github-actions' | grep -v '^stdlib-bot' | grep -v '^dependabot')"
44
echo "${contributors}"
45
}
46
0 commit comments