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
|
@ -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…
Reference in New Issue