adjust syntax to match the current release

This commit is contained in:
Kevin Papst
2026-06-10 13:22:02 +02:00
parent 5b82c86694
commit f8a20329c9
2 changed files with 3 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ exclude-labels:
exclude-contributors:
- 'dependabot'
- 'weblate'
- 'renovate-bot'
change-template: '- $TITLE (#$NUMBER)'
change-title-escapes: '\<*_&`#@'
categories:

View File

@@ -1,5 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"enabledManagers": ["github-actions"]
"enabledManagers": ["github-actions"],
"addLabels": ["infrastructure"]
}