mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-12 17:54:32 +00:00
Filter for security updates only in Dependabot
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
afc2412514
commit
d317d8a6c7
10
.dependabot/config.yml
Normal file → Executable file
10
.dependabot/config.yml
Normal file → Executable file
@ -15,12 +15,22 @@ update_configs:
|
||||
- package_manager: "javascript"
|
||||
directory: "/mobile/js_files"
|
||||
update_schedule: "weekly"
|
||||
allowed_updates:
|
||||
- match:
|
||||
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user