Pick up new minor releases when upgrading dependencies
See gh-24491
This commit is contained in:
parent
fb0f27ce2d
commit
a52fee83f9
|
@ -9,7 +9,7 @@ description = "Spring Boot Dependencies"
|
|||
bom {
|
||||
effectiveBomArtifact()
|
||||
upgrade {
|
||||
policy = "same-minor-version"
|
||||
policy = "same-major-version"
|
||||
gitHub {
|
||||
issueLabels = ["type: dependency-upgrade"]
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@ description = "Spring Boot Parent"
|
|||
|
||||
bom {
|
||||
upgrade {
|
||||
policy = "same-minor-version"
|
||||
policy = "same-major-version"
|
||||
gitHub {
|
||||
issueLabels = ["type: task"]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue