Skip to content

Commit 6f4c7d1

Browse files
committed
Prefix dependabot commit messages with [deps]
1 parent f15e8e4 commit 6f4c7d1

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
@@ -9,8 +9,12 @@ updates:
99
directory: "/" # Look for `package.json` and `lock` files in the `root` directory
1010
schedule:
1111
interval: "weekly"
12+
commit-message:
13+
prefix: "[deps]"
1214

1315
- package-ecosystem: "github-actions"
1416
directory: "/" # Location of package manifests
1517
schedule:
1618
interval: "weekly"
19+
commit-message:
20+
prefix: "[deps]"

0 commit comments

Comments
 (0)