From 6f0d26c22c1b6218edb03cb44cce4124d46dd3d8 Mon Sep 17 00:00:00 2001 From: curquiza Date: Mon, 22 Sep 2025 18:30:34 +0200 Subject: [PATCH] Show dependency upgrade in the changelog for full transparency --- .github/dependabot.yml | 1 - .github/release-draft-template.yml | 6 +----- 2 files changed, 1 insertion(+), 6 deletions(-) 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: ''