Skip to content

Commit

Permalink
fix: update dependabot config file (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-chahbouni-decathlon authored Jan 14, 2021
1 parent 327e004 commit 0e9a212
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ update_configs:
- package_manager: "java:maven"
directory: "/code/api"
update_schedule: "daily"
target_branch: "main"
default_reviewers:
- "decathlon/ara"
default_assignees:
Expand All @@ -12,6 +13,7 @@ update_configs:
- package_manager: "javascript"
directory: "/code/web-ui"
update_schedule: "live"
target_branch: "main"
default_reviewers:
- "decathlon/ara"
default_assignees:
Expand Down

0 comments on commit 0e9a212

Please sign in to comment.