From b1484bc8ef58492a6427ae2729109206d316966a Mon Sep 17 00:00:00 2001 From: Amethyst Reese Date: Sat, 17 Sep 2022 14:24:46 -0700 Subject: [PATCH] Ignore dependabot in logs --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index c6b28ec..aaa9121 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,7 @@ exclude = [ name = "aioitertools" package = "aioitertools" version_file = true +ignored_authors = ["dependabot[bot]"] [tool.coverage.run] branch = true