Skip to content

Commit

Permalink
feat: add dependabot configuration 🤖
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed May 18, 2020
1 parent 1b3ea37 commit 707ad84
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

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:
- "vinayakkulkarni"
default_assignees:
- "vinayakkulkarni"
default_labels:
- "dependencies"
commit_message:
prefix: "fix"
prefix_development: "chore"
include_scope: true

0 comments on commit 707ad84

Please sign in to comment.