diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 8e98dd998..2a843320c 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -16,6 +16,7 @@ categories: - title: 📦 Dependency updates labels: - dependencies + - deps collapse-after: 15 - title: 📝 Documentation updates labels: @@ -40,7 +41,6 @@ exclude-labels: - skip-changelog - invalid template: | - $CHANGES autolabeler: @@ -52,8 +52,9 @@ autolabeler: - label: 'bug' branch: - '/fix\/.+/' - title: - - '/fix/i' + - label: 'deps' + branch: + - '/deps\/.+/' - label: 'enhancement' branch: - '/feature\/.+/'