Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -324,13 +324,7 @@
allowedVersions: '/^1\.3\./',
},
{
// intentionally using Spring Boot 2 in dependency management (for Java 8 support)
matchFileNames: [
'dependencyManagement/build.gradle.kts',
],
matchUpdateTypes: [
'major',
],
// intentionally using Spring Boot 2 to make sure the earliest version is supported
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't look quite right. Spring isn't mentioned in the dependency management so this whole block could be deleted. The block you wish to edit is in

// intentionally using Spring Boot 2 in these smoke tests
You may need to split it to allow updating in the smoke test image but not in the spring smoke tests.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks - fixed

enabled: false,
matchPackageNames: [
'org.springframework.boot:spring-boot-dependencies:**',
Expand Down