Skip to content

Commit

Permalink
Disable SLF4J major upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Aug 23, 2024
1 parent 67848c1 commit 615092b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ updates:
# see https://github.com/apache/logging-log4j2/issues/1736
- dependency-name: "org.fusesource.jansi:jansi"
update-types: [ "version-update:semver-major" ]
# SLF4J should not perform major version upgrades
- dependency-name: "org.slf4j:slf4j-api"
update-types: [ "version-update:semver-major" ]

- package-ecosystem: maven
directories:
Expand Down

0 comments on commit 615092b

Please sign in to comment.