From ecad6fddb618e18f43b3635b411c71847572b0ac Mon Sep 17 00:00:00 2001 From: Justus Magin Date: Sun, 14 Sep 2025 19:51:20 +0200 Subject: [PATCH] ignore robots in automatic release notes --- .github/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/release.yml b/.github/release.yml index 9d1e098..5f89818 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -1,5 +1,5 @@ changelog: exclude: authors: - - dependabot - - pre-commit-ci + - dependabot[bot] + - pre-commit-ci[bot]