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"] }