Skip to content

Commit

Permalink
chore: add dependabot config file
Browse files Browse the repository at this point in the history
  • Loading branch information
seantrane committed Feb 20, 2019
1 parent 6fde0fe commit baec7c7
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 1
update_configs:
# Keep package.json (& lockfiles) up to date as soon as
# new versions are published to the npm registry
- package_manager: javascript
target_branch: master
directory: /
default_labels:
- chore
update_schedule: daily
version_requirement_updates: auto
automerged_updates:
- match:
dependency_type: development
update_type: in_range
- match:
dependency_type: production
update_type: "security:patch"
# Keep Dockerfile up to date, batching pull requests weekly
# - package_manager: docker
# target_branch: master
# directory: /
# default_labels:
# - chore
# update_schedule: weekly

0 comments on commit baec7c7

Please sign in to comment.