Add dependabot config (#29526)

This commit is contained in:
XhmikosR 2019-10-16 14:48:28 +03:00 committed by GitHub
parent b4e957d360
commit 2a8486962e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

18
.dependabot/config.yml Normal file
View File

@ -0,0 +1,18 @@
# 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: "weekly"
# Apply default reviewer and label to created pull requests
default_reviewers:
- "Johann-S"
- "XhmikosR"
default_labels:
- "dependencies"
ignored_updates:
- match:
dependency_name: "karma-browserstack-launcher"
version_requirement: "1.5.1"