Skip to content

Commit 615092b

Browse files
committed
Disable SLF4J major upgrades
1 parent 67848c1 commit 615092b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ updates:
118118
# see https://github.com/apache/logging-log4j2/issues/1736
119119
- dependency-name: "org.fusesource.jansi:jansi"
120120
update-types: [ "version-update:semver-major" ]
121+
# SLF4J should not perform major version upgrades
122+
- dependency-name: "org.slf4j:slf4j-api"
123+
update-types: [ "version-update:semver-major" ]
121124

122125
- package-ecosystem: maven
123126
directories:

0 commit comments

Comments
 (0)