From 9cfde1bd5861c7ffcab4c4689762d48fdabb4288 Mon Sep 17 00:00:00 2001 From: Patrick D'appollonio <930925+patrickdappollonio@users.noreply.github.com> Date: Thu, 12 Oct 2023 21:41:52 -0400 Subject: [PATCH] Update .goreleaser.yml --- .goreleaser.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index f8d142c..b693cd2 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -45,3 +45,9 @@ changelog: exclude: - '^docs:' - '^test:' + groups: + - title: "Fixes, improvements and updates" + order: 1 + - title: "Dependency updates" + regexp: '^Bump .* from .* to .*$' # dependabot + order: 999