mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-10 08:45:58 +00:00
2f1e5c819e
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
23 lines
605 B
YAML
Executable File
23 lines
605 B
YAML
Executable File
# https://dependabot.com/docs/config-file/
|
|
|
|
version: 1
|
|
update_configs:
|
|
# Keep build.gradle files up to date, batching pull requests weekly
|
|
- package_manager: "java:gradle"
|
|
directory: "/android"
|
|
update_schedule: "weekly"
|
|
default_reviewers:
|
|
- "jakubgs"
|
|
allowed_updates:
|
|
- match:
|
|
update_type: "security"
|
|
# Keep /mobile/js_files/yarn.lock up to date, batching pull requests weekly
|
|
- package_manager: "javascript"
|
|
directory: "/"
|
|
update_schedule: "weekly"
|
|
allowed_updates:
|
|
- match:
|
|
update_type: security
|
|
default_reviewers:
|
|
- "jakubgs"
|