Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit b916e43

Browse files
committed
ci(dependabot): add @jrolfs as a reviewer for dependency PRs
1 parent 6b47bfa commit b916e43

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
version: 2
22
updates:
3-
- package-ecosystem: npm
4-
directory: "/"
5-
schedule:
6-
interval: daily
7-
pull-request-branch-name:
8-
separator: "-"
3+
- package-ecosystem: npm
4+
directory: '/'
5+
reviewers:
6+
- jrolfs
7+
schedule:
8+
interval: daily
9+
pull-request-branch-name:
10+
separator: '-'

0 commit comments

Comments
 (0)