Skip to content

Commit b583e8a

Browse files
committed
ci: add commit message prefix config to dependabot
1 parent b78d12e commit b583e8a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
commit-message:
8+
prefix: "build"
79
- package-ecosystem: "gradle"
810
directory: "/"
911
schedule:
1012
interval: "daily"
13+
commit-message:
14+
prefix: "build"

0 commit comments

Comments
 (0)