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

Commit

Permalink
Update allowed spring boot versions in renovate.json (#35)
Browse files Browse the repository at this point in the history
This project is built with Java 8, while Spring Boot 3 requires Java 17.
  • Loading branch information
violetagg authored Dec 20, 2023
1 parent 61b2bfc commit 5ddfee9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
{
"matchPackageNames": ["com.diffplug.spotless"],
"allowedVersions": "<6.14"
},
{
"matchPackageNames": ["org.springframework.boot"],
"allowedVersions": "<3"
}
]
}

0 comments on commit 5ddfee9

Please sign in to comment.