Skip to content

Commit 447a20f

Browse files
committed
build: exclude dependabot from contributor list
1 parent 49e7ac4 commit 447a20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/scripts/update_contributors

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ this_script=$(perl -MFile::Spec -e 'print File::Spec->abs2rel(@ARGV)' "$0" "${ro
4040
# Lists contributors.
4141
list_contributors() {
4242
local contributors
43-
contributors="$(git log | git shortlog -sne | cut -f 2 | sort | grep -v '^github-actions' | grep -v '^stdlib-bot')"
43+
contributors="$(git log | git shortlog -sne | cut -f 2 | sort | grep -v '^github-actions' | grep -v '^stdlib-bot' | grep -v '^dependabot')"
4444
echo "${contributors}"
4545
}
4646

0 commit comments

Comments
 (0)