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