Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.

Commit 5ddfee9

Browse files
authored
Update allowed spring boot versions in renovate.json (#35)
This project is built with Java 8, while Spring Boot 3 requires Java 17.
1 parent 61b2bfc commit 5ddfee9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
{
2222
"matchPackageNames": ["com.diffplug.spotless"],
2323
"allowedVersions": "<6.14"
24+
},
25+
{
26+
"matchPackageNames": ["org.springframework.boot"],
27+
"allowedVersions": "<3"
2428
}
2529
]
2630
}

0 commit comments

Comments
 (0)