Skip to content

Commit

Permalink
Create dependabot config file
Browse files Browse the repository at this point in the history
  • Loading branch information
MartiUK authored Mar 24, 2020
1 parent 1917e3c commit 1d88145
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 1
update_configs:
- package_manager: "java:maven"
directory: "/VTA-Performance"
update_schedule: "daily"
target_branch: "develop"
default_reviewers:
- "amy.turnbull"
- "MartiUK"
default_assignees:
- "amy.turnbull"
- "MartiUK"
allowed_updates:
- match:
update_type: "security"

0 comments on commit 1d88145

Please sign in to comment.