Skip to content

Commit 8da4397

Browse files
committed
Exclude slf4j 2.0+ from upgrades
1 parent 8f80720 commit 8da4397

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ updates:
1111
- dependency-name: "com.swiftmq:swiftmq-client"
1212
- dependency-name: "org.springframework.boot:spring-boot-maven-plugin"
1313
versions: ["[2.7,)"]
14+
- dependency-name: "org.slf4j:slf4j-api"
15+
versions: [ "[2.0,)" ]
1416
- package-ecosystem: "github-actions"
1517
directory: "/"
1618
schedule:
1719
interval: "daily"
18-
target-branch: "main"
20+
target-branch: "main"

0 commit comments

Comments
 (0)