Skip to content

Commit

Permalink
Autonatically update maven dependencies
Browse files Browse the repository at this point in the history
We are updating all libraries in core during the GSoC so that core is up to date. We should use the opportunity and automation to keep core up to date going forward. This will prevent us from having to do a big bang update by continously putting in a little effort.
  • Loading branch information
teleivo committed Aug 3, 2020
1 parent 69918eb commit 3a9cc66
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,14 @@ updates:
commit-message:
prefix: "github-actions"
include: "scope"
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
pull-request-branch-name:
separator: "-"
reviewers:
- "OpenMRS/dev/5"
commit-message:
prefix: "maven"
include: "scope"

0 comments on commit 3a9cc66

Please sign in to comment.