Skip to content

Commit

Permalink
add dependabot config (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
erquhart authored Aug 24, 2019
1 parent 25f7fb7 commit 69383a3
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
version: 1

update_configs:
- package_manager: javascript
directory: /
update_schedule: weekly
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:
update_type: security
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
automerged_updates:
- match:
dependency_type: all
update_type: in_range
version_requirement_updates: widen_ranges

0 comments on commit 69383a3

Please sign in to comment.