Skip to content

Commit

Permalink
chore: set automerged_updates in dependabot config.
Browse files Browse the repository at this point in the history
  • Loading branch information
haribote committed Feb 25, 2020
1 parent b470f22 commit f220251
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .dependabot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@ update_configs:
- package_manager: javascript
directory: '/'
update_schedule: 'weekly'
automerged_updates:
- match:
dependency_type: 'development'
update_type: 'all'
allowed_updates:
- match:
update_type: 'security'
- match:
dependency_type: 'production'
update_type: 'all'
dependency_type: 'direct'
default_reviewers:
- ajunajunajun
- haribote
Expand Down

0 comments on commit f220251

Please sign in to comment.