Add dependabot config file

Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
This commit is contained in:
Pedro Pombeiro 2019-10-10 18:39:56 +02:00
parent 6b1c30b44c
commit e509e8fcb0
No known key found for this signature in database
GPG Key ID: C4A24185B2AA48A1
1 changed files with 23 additions and 0 deletions

23
.dependabot/config.yml Normal file
View File

@ -0,0 +1,23 @@
# https://dependabot.com/docs/config-file/
version: 1
update_configs:
- package_manager: "java:gradle"
directory: "/android"
update_schedule: "weekly"
default_reviewers:
- jakubgs
allowed_updates:
- match:
update_type: "security"
- package_manager: "javascript"
directory: "/mobile/js_files"
update_schedule: "weekly"
default_reviewers:
- "jakubgs"
- package_manager: "javascript"
directory: "/desktop/js_files"
update_schedule: "weekly"
default_reviewers:
- "vkjr"
- "jakubgs"