Skip to content

Commit f6cba37

Browse files
authored
Update branch and commit naming (#68)
1 parent c88575c commit f6cba37

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,34 @@ updates:
77
day: "monday"
88
time: "09:30"
99
timezone: "America/Toronto"
10+
pull-request-branch-name:
11+
separator: "/"
12+
commit-message:
13+
prefix: "ci"
14+
include: "scope"
1015

1116
- package-ecosystem: "bundler"
1217
directory: "/"
1318
schedule:
1419
interval: "daily"
1520
time: "09:55"
1621
timezone: "America/Toronto"
17-
22+
pull-request-branch-name:
23+
separator: "/"
24+
commit-message:
25+
prefix: "bundler"
26+
include: "scope"
27+
1828
- package-ecosystem: "docker"
1929
directory: "/"
2030
schedule:
2131
interval: "weekly"
2232
day: "monday"
2333
time: "09:45"
2434
timezone: "America/Toronto"
35+
pull-request-branch-name:
36+
separator: "/"
37+
commit-message:
38+
prefix: "docker"
39+
include: "scope"
40+

0 commit comments

Comments
 (0)