-
Notifications
You must be signed in to change notification settings - Fork 991
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
- Loading branch information
Pedro Pombeiro
committed
Oct 10, 2019
1 parent
6b1c30b
commit e509e8f
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# https://dependabot.com/docs/config-file/ | ||
|
||
version: 1 | ||
update_configs: | ||
- package_manager: "java:gradle" | ||
directory: "/android" | ||
update_schedule: "weekly" | ||
default_reviewers: | ||
- jakubgs | ||
allowed_updates: | ||
- match: | ||
update_type: "security" | ||
- package_manager: "javascript" | ||
directory: "/mobile/js_files" | ||
update_schedule: "weekly" | ||
default_reviewers: | ||
- "jakubgs" | ||
- package_manager: "javascript" | ||
directory: "/desktop/js_files" | ||
update_schedule: "weekly" | ||
default_reviewers: | ||
- "vkjr" | ||
- "jakubgs" |