Skip to content

Commit 2a9a9ed

Browse files
authored
Add a comment for ignoring spring-boot-3 for now (#2894)
1 parent f508af7 commit 2a9a9ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ updates:
2929
- dependency-name: "com.squareup.moshi:*"
3030
# 1.12.0 and above use okio 2.x which pulls in kotlin libs (which are large)
3131
versions: [ "[1.12,)" ]
32+
- dependency-name: "org.springframework.boot:spring-boot-gradle-plugin"
33+
# this is used for smoke tests
34+
# spring boot 3 requires Java 17, and we're not ready yet
35+
versions: [ "[3,)" ]
3236
- dependency-name: "javax.servlet:javax.servlet-api"
3337
# applicationinsights-web (classic sdk) is intentionally compiled and against Servlet 3.0
3438
versions: [ "[3.1,)" ]

0 commit comments

Comments
 (0)