diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9a812c779..880259a71 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,5 @@ updates: schedule: interval: "monthly" labels: - - 'skip changelog' - 'dependencies' rebase-strategy: disabled diff --git a/.github/release-draft-template.yml b/.github/release-draft-template.yml index ffe2fa5b7..9c6080c0b 100644 --- a/.github/release-draft-template.yml +++ b/.github/release-draft-template.yml @@ -18,6 +18,7 @@ categories: label: 'security' - title: '⚙️ Maintenance/misc' label: + - 'dependencies' - 'maintenance' - 'documentation' template: | @@ -26,8 +27,3 @@ template: | ❤️ Huge thanks to our contributors: $CONTRIBUTORS. no-changes-template: 'Changes are coming soon 😎' sort-direction: 'ascending' -replacers: - - search: '/(?:and )?@dependabot-preview(?:\[bot\])?,?/g' - replace: '' - - search: '/(?:and )?@dependabot(?:\[bot\])?,?/g' - replace: ''