Skip to content

Commit b37dee6

Browse files
authored
feat(dependabot): add prefix to commit msg
1 parent e932261 commit b37dee6

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
@@ -12,6 +12,8 @@ updates:
1212
timezone: "Europe/Berlin"
1313
day: "sunday"
1414
time: "05:00"
15+
commit-message:
16+
prefix: "chore(ci): "
1517
groups:
1618
github-actions:
1719
patterns:
@@ -23,6 +25,8 @@ updates:
2325
timezone: "Europe/Berlin"
2426
day: "sunday"
2527
time: "05:00"
28+
commit-message:
29+
prefix: "chore(doc): "
2630
groups:
2731
github-actions:
2832
patterns:

0 commit comments

Comments
 (0)