Skip to content

Commit

Permalink
feat: add depedendabot config (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeojz authored Feb 29, 2020
1 parent a97120b commit 9d4d3fa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 1
update_configs:
- package_manager: "javascript"
directory: "/"
update_schedule: "weekly"
version_requirement_updates: "widen_ranges"
automerged_updates:
- match:
dependency_type: "development"
update_type: "all"
- match:
dependency_type: "production"
update_type: "semver:minor"

0 comments on commit 9d4d3fa

Please sign in to comment.