Skip to content

Commit 2e336ad

Browse files
mgoetzegbCopilot
andcommitted
Ops: Make sure dependency updates are considered for release notes
Our release notes are auto-generated from commit messages. For this process to work, commit messages of dependency updates need to be prefixed with "Deps:". Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 3f5aa6d commit 2e336ad

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ updates:
55
schedule:
66
interval: weekly
77
time: "04:00"
8+
commit-message:
9+
prefix: "Deps"
810
open-pull-requests-limit: 10
911
groups:
1012
go-modules:
@@ -31,3 +33,5 @@ updates:
3133
interval: "weekly"
3234
time: "04:00"
3335
day: "monday"
36+
commit-message:
37+
prefix: "Deps"

0 commit comments

Comments
 (0)