From f8a20329c91fcfe8654b1652b75aaedcf901b8d1 Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Wed, 10 Jun 2026 13:22:02 +0200 Subject: [PATCH] adjust syntax to match the current release --- .github/release-drafter.yml | 1 + .github/renovate.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 2f8783b1..25fadabc 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -7,6 +7,7 @@ exclude-labels: exclude-contributors: - 'dependabot' - 'weblate' + - 'renovate-bot' change-template: '- $TITLE (#$NUMBER)' change-title-escapes: '\<*_&`#@' categories: diff --git a/.github/renovate.json b/.github/renovate.json index 1c8066c3..78ed3291 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,5 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:recommended"], - "enabledManagers": ["github-actions"] + "enabledManagers": ["github-actions"], + "addLabels": ["infrastructure"] }