Skip to content

Commit b032f46

Browse files
fix: add prefix to dependabot PR (#1361)
1 parent 2fcc0cd commit b032f46

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
@@ -5,13 +5,17 @@ updates:
55
schedule:
66
interval: weekly
77
day: tuesday
8+
commit-message:
9+
prefix: "chore"
810
reviewers:
911
- "mongodb/apix-integrations"
1012
- package-ecosystem: github-actions
1113
directory: "/"
1214
schedule:
1315
interval: weekly
1416
day: tuesday
17+
commit-message:
18+
prefix: "chore"
1519
reviewers:
1620
- "mongodb/apix-integrations"
1721

0 commit comments

Comments
 (0)