From 7687b1f525a0c987ae99a9a5bd96e44c8586ebd8 Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Wed, 10 Jun 2026 13:28:03 +0200 Subject: [PATCH] exclude renovate bot PRs --- .github/release-drafter.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 25fadabc..2fb5ea04 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -4,6 +4,7 @@ exclude-labels: - 'duplicate' - 'invalid' - 'wontfix' + - 'infrastructure' exclude-contributors: - 'dependabot' - 'weblate'