Skip to content

Commit

Permalink
Update dependabot config
Browse files Browse the repository at this point in the history
Switch to daily schedule and `update_type` all.
  • Loading branch information
XhmikosR committed Oct 16, 2019
1 parent 02f233c commit 65dd2bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .dependabot/config.yml
Expand Up @@ -5,10 +5,13 @@ update_configs:
# new versions are published to the npm registry
- package_manager: "javascript"
directory: "/"
update_schedule: "live"
update_schedule: "daily"
# Apply default reviewer and label to created pull requests
default_reviewers:
- "jmervine"
- "XhmikosR"
default_labels:
- "dependencies"
allowed_updates:
- match:
update_type: "all"

0 comments on commit 65dd2bb

Please sign in to comment.