disable dependabot for desktop js modules

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-12-10 12:53:39 +01:00
parent 53523430cc
commit 4a1842285f
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 0 additions and 14 deletions

View File

@ -20,17 +20,3 @@ update_configs:
update_type: security
default_reviewers:
- "jakubgs"
# Keep /desktop/js_files/yarn.lock up to date, batching pull requests weekly
- package_manager: "javascript"
directory: "/desktop/js_files"
update_schedule: "weekly"
allowed_updates:
- match:
update_type: all
dependency_type: direct
- match:
update_type: security
dependency_type: indirect
default_reviewers:
- "vkjr"
- "jakubgs"