Skip to content

Commit

Permalink
Upgrade to GitHub-native Dependabot (#103)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Oct 18, 2021
1 parent 507a210 commit e6a26fd
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version: 2
updates:
- package-ecosystem: maven
directory: "/."
schedule:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: com.twilio.sdk:twilio
versions:
- 8.10.0
- 8.6.1
- 8.7.0
- 8.8.0
- 8.9.0
- dependency-name: org.json:json
versions:
- "20201115"
- dependency-name: org.eclipse.jetty:jetty-maven-plugin
versions:
- 9.4.26.v20200117
- dependency-name: org.eclipse.jetty:jetty-server
versions:
- 9.4.26.v20200117

0 comments on commit e6a26fd

Please sign in to comment.