Skip to content

Commit 97b08a0

Browse files
committed
[MAINTENANCE] Ignore org.apache.servicemix.bundles.spring-* 6.x as not supporting Java 8
1 parent c4441cc commit 97b08a0

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
@@ -31,6 +31,9 @@ updates:
3131
- dependency-name: "org.springframework:spring-*"
3232
versions:
3333
- ">=6.0.0" # does not support java 8
34+
- dependency-name: "org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-*"
35+
versions:
36+
- ">=6.0.0" # does not support java 8
3437
- dependency-name: "org.apache.openjpa:openjpa"
3538
versions:
3639
- ">=4.0.0" # does not support java 8

0 commit comments

Comments
 (0)