Skip to content

Commit

Permalink
Add dependabot config.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 16, 2019
1 parent 36a7424 commit b812d8d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# https://dependabot.com/docs/config-file/
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"
directory: "/"
update_schedule: "live"
# Apply default reviewer and label to created pull requests
default_reviewers:
- "jmervine"
- "XhmikosR"
default_labels:
- "dependencies"

0 comments on commit b812d8d

Please sign in to comment.