diff --git a/tools/scripts/update_contributors b/tools/scripts/update_contributors index 177a1b610dfb..65fb8720caac 100755 --- a/tools/scripts/update_contributors +++ b/tools/scripts/update_contributors @@ -40,7 +40,7 @@ this_script=$(perl -MFile::Spec -e 'print File::Spec->abs2rel(@ARGV)' "$0" "${ro # Lists contributors. list_contributors() { local contributors - 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')" echo "${contributors}" }