Skip to content

Commit

Permalink
Collect dependency changes by dependabot in a separate changelog group
Browse files Browse the repository at this point in the history
  • Loading branch information
hansmi committed Oct 14, 2024
1 parent 37c4564 commit 28b3b95
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@ dockers:
- --label=org.opencontainers.image.source={{.GitURL}}
- --target=prombackup-server

changelog:
groups:
- title: Dependencies
regexp: '(?i)^[a-f0-9]{8,64}\s+Bump\s+[-.\w]+/\w.*\sto\s'
order: 1
- order: 0

release:
draft: true
prerelease: auto
Expand Down

0 comments on commit 28b3b95

Please sign in to comment.