Skip to content

Commit 5426bb1

Browse files
authored
Merge pull request #152 from smlx/enforce-dependabot-scope
chore: enforce scope in dependabot commit messages
2 parents 531ffe0 + ad58a11 commit 5426bb1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .github/dependabot.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
version: 2
22
updates:
33
- package-ecosystem: github-actions
4+
commit-message:
5+
include: scope
46
directory: /
57
schedule:
68
interval: monthly
@@ -12,6 +14,8 @@ updates:
1214
- "minor"
1315
- "patch"
1416
- package-ecosystem: docker
17+
commit-message:
18+
include: scope
1519
directory: /
1620
schedule:
1721
interval: monthly
@@ -23,6 +27,8 @@ updates:
2327
- "minor"
2428
- "patch"
2529
- package-ecosystem: gomod
30+
commit-message:
31+
include: scope
2632
directory: /
2733
schedule:
2834
interval: monthly

0 commit comments

Comments
 (0)