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:
|
exclude-contributors:
|
||||||
- 'dependabot'
|
- 'dependabot'
|
||||||
- 'weblate'
|
- 'weblate'
|
||||||
|
- 'renovate-bot'
|
||||||
change-template: '- $TITLE (#$NUMBER)'
|
change-template: '- $TITLE (#$NUMBER)'
|
||||||
change-title-escapes: '\<*_&`#@'
|
change-title-escapes: '\<*_&`#@'
|
||||||
categories:
|
categories:
|
||||||
|
|||||||
3
.github/renovate.json
vendored
3
.github/renovate.json
vendored
@@ -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"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user