Skip to content

Commit

Permalink
Add dependabot config (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrohr authored Oct 19, 2020
1 parent e87e534 commit a42b97e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
assignees:
- "sleberknight"
- "chrisrohr"
reviewers:
- "sleberknight"
- "chrisrohr"
allow:
- dependency-name: "org.kiwiproject:*"
- dependency-name: "io.dropwizard:*"
- dependency-name: "org.projectlombok:lombok"
- dependency-name: "org.assertj:assertj-core"
- dependency-name: "org.junit.jupiter:*"
- dependency-name: "org.mockito:mockito-core"

0 comments on commit a42b97e

Please sign in to comment.