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: exclude-contributors:
- 'dependabot' - 'dependabot'
- 'weblate' - 'weblate'
- 'renovate-bot'
change-template: '- $TITLE (#$NUMBER)' change-template: '- $TITLE (#$NUMBER)'
change-title-escapes: '\<*_&`#@' change-title-escapes: '\<*_&`#@'
categories: categories:

View File

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