Add dependabot config

This commit is contained in:
CrazyMax 2019-10-23 00:16:00 +02:00
parent 1f037936a9
commit 5262730f5c
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

15
.dependabot/config.yml Normal file
View File

@ -0,0 +1,15 @@
version: 1
update_configs:
- package_manager: "javascript"
directory: "/"
update_schedule: "live"
default_labels:
- ":game_die: dependencies"
- ":robot: bot"
allowed_updates:
- match:
update_type: "all"
automerged_updates:
- match:
dependency_type: "all"
update_type: "semver:patch"