adjust syntax to match the current release
This commit is contained in:
1
.github/release-drafter.yml
vendored
1
.github/release-drafter.yml
vendored
@@ -7,6 +7,7 @@ exclude-labels:
|
||||
exclude-contributors:
|
||||
- 'dependabot'
|
||||
- 'weblate'
|
||||
- 'renovate-bot'
|
||||
change-template: '- $TITLE (#$NUMBER)'
|
||||
change-title-escapes: '\<*_&`#@'
|
||||
categories:
|
||||
|
||||
3
.github/renovate.json
vendored
3
.github/renovate.json
vendored
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:recommended"],
|
||||
"enabledManagers": ["github-actions"]
|
||||
"enabledManagers": ["github-actions"],
|
||||
"addLabels": ["infrastructure"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user