Skip to content

Commit

Permalink
Merge pull request #186 from xlate/dependabot/add-v2-config-file
Browse files Browse the repository at this point in the history
Upgrade to GitHub-native Dependabot
  • Loading branch information
MikeEdgar committed Apr 29, 2021
2 parents 6f72aa6 + 4c1437d commit c78787e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: maven
directory: "/"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 10
ignore:
- dependency-name: jakarta.xml.bind:jakarta.xml.bind-api
versions:
- ">= 3.a, < 4"
- dependency-name: org.glassfish.jaxb:jaxb-runtime
versions:
- ">= 3.a, < 4"

0 comments on commit c78787e

Please sign in to comment.