Skip to content

Commit 417b255

Browse files
committed
ci: 🎡 add reviewers for dependabot
Signed-off-by: bestgopher <84328409@qq.com>
1 parent 4ee1b85 commit 417b255

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎.github/dependabot.yml

+4
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ updates:
66
# Workflow files stored in the
77
# default location of `.github/workflows`
88
directory: "/"
9+
reviewers:
10+
- "bestgopher"
911
schedule:
1012
interval: "daily"
1113
- package-ecosystem: "cargo"
1214
schedule:
1315
interval: "daily" # 这里添加了 schedule
1416
directory: "/"
17+
reviewers:
18+
- "bestgopher"
1519
groups:
1620
deps:
1721
patterns:

0 commit comments

Comments
 (0)