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 {
|
bom {
|
||||||
effectiveBomArtifact()
|
effectiveBomArtifact()
|
||||||
upgrade {
|
upgrade {
|
||||||
policy = "same-minor-version"
|
policy = "same-major-version"
|
||||||
gitHub {
|
gitHub {
|
||||||
issueLabels = ["type: dependency-upgrade"]
|
issueLabels = ["type: dependency-upgrade"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,7 +8,7 @@ description = "Spring Boot Parent"
|
||||||
|
|
||||||
bom {
|
bom {
|
||||||
upgrade {
|
upgrade {
|
||||||
policy = "same-minor-version"
|
policy = "same-major-version"
|
||||||
gitHub {
|
gitHub {
|
||||||
issueLabels = ["type: task"]
|
issueLabels = ["type: task"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue