Skip to content

Commit

Permalink
Updated Dependabot config to ignore Java 8+ dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Jul 30, 2020
1 parent 1150e4f commit f8b0f78
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,17 @@ updates:
interval: daily
time: '04:00'
open-pull-requests-limit: 10
ignore:
# ignore Java 8+ dependencies
- dependency-name: org.mockito:mockito-core
versions:
- ">= 3.0"
- dependency-name: org.apache.commons:commons-lang3
versions:
- ">= 3.9"
- dependency-name: org.apache.commons:commons-collections4
versions:
- ">= 4.3"
- dependency-name: org.eclipse.jetty:*
versions:
- ">= 9.3"

0 comments on commit f8b0f78

Please sign in to comment.