From: David Wells <drwells@email.unc.edu>
Date: Sun, 22 May 2022 23:15:09 +0000 (-0400)
Subject: Skip dependabot[bot].
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66dc4474a4e3e91dbcb35a166048f7b864a6074f;p=release-papers.git

Skip dependabot[bot].
---

diff --git a/release-tasks b/release-tasks
index d002aad..356404a 100644
--- a/release-tasks
+++ b/release-tasks
@@ -111,7 +111,7 @@ Best
            sort |uniq
 
      Compare with the commit list:
-       git log --date=short --format="%an %aE" v8.5.0..HEAD | sort | uniq
+       git log --date=short --format="%an %aE" v8.5.0..HEAD | grep -v 'dependabot\[bot\]' | sort | uniq