From 4e89b08df94dfc4fa8bf12d02e67afd0b86fc733 Mon Sep 17 00:00:00 2001 From: Claudio Sanches Date: Tue, 11 May 2021 12:52:24 -0300 Subject: [PATCH] Remove dependabot from contributors script --- bin/contributors.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/contributors.sh b/bin/contributors.sh index b057ec66d75..e25389fb6e2 100755 --- a/bin/contributors.sh +++ b/bin/contributors.sh @@ -3,7 +3,7 @@ read -p 'What date (YYYY-MM-DD) should we get contributions since? (i.e. date of previous release): ' from_date read -sp 'Provide a personal access token (you must): ' auth_token -ignored_users="renovate-bot,apps/renovate,renovate,renovate[bot],github-actions[bot]" +ignored_users="renovate-bot,apps/renovate,renovate,renovate[bot],github-actions[bot],dependabot,dependabot[bot]" output_file="contributors.html" common_arguments="--owner woocommerce --fromDate $from_date --authToken $auth_token --cols 6 --sortBy contributions --format html --sortOrder desc --showlogin true --filter $ignored_users"