Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

Commit c655a9f

Browse files
authored
chore(ci): add dependabot commit msg config (#15)
1 parent 0f699be commit c655a9f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ updates:
1616
update-types:
1717
- "patch"
1818
- "minor"
19+
commit-message:
20+
include: "scope"
21+
prefix: "build"
1922
- package-ecosystem: gomod
2023
directory: "/"
2124
schedule:
@@ -31,6 +34,9 @@ updates:
3134
update-types:
3235
- "patch"
3336
- "minor"
37+
commit-message:
38+
include: "scope"
39+
prefix: "build"
3440
# All other dependencies
3541
# Trigger weekly, group patch updates
3642
- package-ecosystem: github-actions
@@ -45,6 +51,9 @@ updates:
4551
applies-to: version-updates
4652
update-types:
4753
- "patch"
54+
commit-message:
55+
include: "scope"
56+
prefix: "build"
4857
- package-ecosystem: gomod
4958
directory: "/"
5059
schedule:
@@ -57,3 +66,6 @@ updates:
5766
applies-to: version-updates
5867
update-types:
5968
- "patch"
69+
commit-message:
70+
include: "scope"
71+
prefix: "build"

0 commit comments

Comments
 (0)