Pick up new minor releases when upgrading dependencies

See gh-24491
This commit is contained in:
Andy Wilkinson 2020-12-15 14:23:32 +00:00
parent fb0f27ce2d
commit a52fee83f9
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ description = "Spring Boot Dependencies"
bom {
effectiveBomArtifact()
upgrade {
policy = "same-minor-version"
policy = "same-major-version"
gitHub {
issueLabels = ["type: dependency-upgrade"]
}

View File

@ -8,7 +8,7 @@ description = "Spring Boot Parent"
bom {
upgrade {
policy = "same-minor-version"
policy = "same-major-version"
gitHub {
issueLabels = ["type: task"]
}