From 5273b592a19afa0dfafc5369f7f21e551743a126 Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Sun, 17 Sep 2023 05:29:03 -0700 Subject: [PATCH] Put dependency updates in the maintenence section by default (#4655) --- .github/release-drafter.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 1a5fad0b..3a7483a7 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -22,6 +22,7 @@ categories: - 'infrastructure' - 'automation' - 'documentation' + - 'dependencies' - title: '🏎 Performance' label: 'performance' change-template: '- $TITLE @$AUTHOR (#$NUMBER)' @@ -37,4 +38,5 @@ version-resolver: - 'bug' - 'maintenance' - 'documentation' + - 'dependencies' default: patch