Andrea Maria Piana 2f1e5c819e
[Fixes: #11518] Fix dependabot directory
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2020-12-07 12:14:16 +01:00

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"