Skip to content

Commit a38965b

Browse files
committed
Configure dependabot for github-actions
1 parent 22e50e3 commit a38965b

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
version: 2
22
updates:
3-
- package-ecosystem: bundler
4-
directory: "/"
5-
schedule:
6-
interval: weekly
7-
open-pull-requests-limit: 10
3+
- package-ecosystem: bundler
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
reviewers:
8+
- toshimaru
9+
- package-ecosystem: github-actions
10+
directory: "/"
11+
schedule:
12+
interval: weekly
13+
reviewers:
14+
- toshimaru

0 commit comments

Comments
 (0)