Skip to content

Commit

Permalink
Update dependabot ignore configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg authored Mar 19, 2024
1 parent 943aeb7 commit bd0c7e7
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
Expand Up @@ -14,6 +14,21 @@ updates:
# Don't update Reactor projects
- dependency-name: io.projectreactor:*
- dependency-name: io.projectreactor.addons:*
# Versions > 6.13 require JDK11+
- dependency-name: com.diffplug.spotless
versions:
- "[6.14.a, 7.0]"
# Versions > 4 require JDK11+
- dependency-name: org.mockito:mockito-core
versions:
- "[5.a, 6]"
# Versions > 6 require JDK17+
- dependency-name: biz.aQute.bnd.builder
versions:
- "[7.a, 8]"
- dependency-name: org.slf4j:*
versions:
- "[2.a, 3]"
rebase-strategy: disabled
- package-ecosystem: github-actions
directory: "/"
Expand Down

0 comments on commit bd0c7e7

Please sign in to comment.