Skip to content

Commit 81e13f1

Browse files
authored
[CI] Configure dependabot commit message prefix (#323)
1 parent a51ec08 commit 81e13f1

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,3 +4,7 @@ updates:
44
directory: /
55
schedule:
66
interval: daily
7+
commit-message:
8+
# The trailing space instructs dependabot not to insert a colon between
9+
# the prefix and the rest of the message.
10+
prefix: "[CI] "

0 commit comments

Comments
 (0)