diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3095f9b5..85c785ed 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,6 @@ updates: schedule: interval: "monthly" labels: - - 'skip-changelog' - 'dependencies' rebase-strategy: disabled @@ -16,6 +15,5 @@ updates: time: "04:00" open-pull-requests-limit: 10 labels: - - skip-changelog - dependencies rebase-strategy: disabled diff --git a/.github/release-draft-template.yml b/.github/release-draft-template.yml index daada503..8732900e 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: | @@ -27,10 +28,6 @@ template: | no-changes-template: 'Changes are coming soon 😎' sort-direction: 'ascending' replacers: - - search: '/(?:and )?@dependabot-preview(?:\[bot\])?,?/g' - replace: '' - - search: '/(?:and )?@dependabot(?:\[bot\])?,?/g' - replace: '' - search: '/(?:and )?@bors(?:\[bot\])?,?/g' replace: '' - search: '/(?:and )?@meili-bot(?:\[bot\])?,?/g'