Skip to content

Commit

Permalink
Merge f70fcd9 into 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Mar 19, 2024
2 parents debfa1d + f70fcd9 commit 328ca73
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ updates:
# Don't update Reactor projects
- dependency-name: io.projectreactor:*
- dependency-name: io.projectreactor.addons:*
# JSR305 backport is fixed to last version with annotations (3.0.1)
- dependency-name: "com.google.code.findbugs:jsr305"
# Versions > 6.13 require JDK11+
- dependency-name: com.diffplug.spotless
versions:
Expand All @@ -29,6 +31,13 @@ updates:
- dependency-name: org.slf4j:*
versions:
- "[2.a, 3]"
- dependency-name: ch.qos.logback:logback-classic
versions:
- "[1.3.a, 1.6]"
# artifactory: don't upgrade to v5
- dependency-name: "com.jfrog.artifactory"
versions:
- ">= 5.0.a"
rebase-strategy: disabled
- package-ecosystem: github-actions
directory: "/"
Expand Down

0 comments on commit 328ca73

Please sign in to comment.