diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1e1e6487..394fd45d 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: 20 labels: - - skip-changelog - dependencies rebase-strategy: disabled diff --git a/.github/release-draft-template.yml b/.github/release-draft-template.yml index e104c0fe..ca1f9e49 100644 --- a/.github/release-draft-template.yml +++ b/.github/release-draft-template.yml @@ -16,6 +16,7 @@ categories: label: 'bug' - title: '⚙️ Maintenance/misc' label: + - 'dependencies' - 'maintenance' - 'documentation' - title: '🔒 Security' @@ -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 )?@meili-bot,?/g' replace: '' - search: '/(?:and )?@meili-bot(?:\[bot\])?,?/g'