Skip to content

Commit

Permalink
fix dependabot config (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
erquhart authored Aug 24, 2019
1 parent 69383a3 commit 5432403
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ version: 1
update_configs:
- package_manager: javascript
directory: /
update_schedule: weekly
update_schedule: live
allowed_updates:
- match:
update_type: security
automerged_updates:
- match:
dependency_type: all
Expand All @@ -14,18 +17,15 @@ update_configs:
update_schedule: live
allowed_updates:
- match:
update_type: security
dependency_name: netlify-cms
automerged_updates:
- match:
dependency_type: all
update_type: in_range
version_requirement_updates: widen_ranges
- package_manager: javascript
directory: /
update_schedule: live
allowed_updates:
- match:
dependency_name: netlify-cms
update_schedule: weekly
automerged_updates:
- match:
dependency_type: all
Expand Down

0 comments on commit 5432403

Please sign in to comment.