From 3ac5687b8294ff331484292f20b82cf22de7b94a Mon Sep 17 00:00:00 2001 From: Justus Magin Date: Sat, 30 Aug 2025 00:20:06 +0200 Subject: [PATCH] ignore bots in 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]