Skip to content

Commit 6dcf8e9

Browse files
committed
Explicitly ignore spring boot 3.x updates
1 parent f52f960 commit 6dcf8e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ updates:
282282
- dependency-name: "org.slf4j:slf4j-api"
283283
update-types: [ "version-update:semver-major" ]
284284
- dependency-name: "org.springframework.boot:*"
285-
update-types: [ "version-update:semver-major" ]
285+
versions: [ "[3,)" ]
286286

287287
# GitHub Actions
288288
- package-ecosystem: "github-actions"

0 commit comments

Comments
 (0)