Skip to content

Commit 7e17bfc

Browse files
committed
add default assignee to dependabot config
1 parent 9a943ed commit 7e17bfc

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
@@ -21,6 +21,8 @@ updates:
2121
patterns:
2222
- 'github.com*'
2323
- 'golang.org*'
24+
assignees:
25+
- 'algo7'
2426

2527
- package-ecosystem: 'npm'
2628
directory: '/scraper'
@@ -31,3 +33,5 @@ updates:
3133
patterns:
3234
- 'github.com*'
3335
- 'golang.org*'
36+
assignees:
37+
- 'algo7'

0 commit comments

Comments
 (0)