Skip to content

Commit

Permalink
Add comments to dependabot config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Pombeiro committed Oct 11, 2019
1 parent afbd546 commit 912ce4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

version: 1
update_configs:
# Keep build.gradle files up to date, batching pull requests weekly
- package_manager: "java:gradle"
directory: "/android"
update_schedule: "weekly"
Expand All @@ -10,11 +11,13 @@ update_configs:
allowed_updates:
- match:
update_type: "security"
# Keep /mobile/js_files/yarn.lock up to date, batching pull requests weekly
- package_manager: "javascript"
directory: "/mobile/js_files"
update_schedule: "weekly"
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"
Expand Down

0 comments on commit 912ce4d

Please sign in to comment.