Commit a52fee83 authored by Andy Wilkinson's avatar Andy Wilkinson

Pick up new minor releases when upgrading dependencies

See gh-24491
parent fb0f27ce
...@@ -9,7 +9,7 @@ description = "Spring Boot Dependencies" ...@@ -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" ...@@ -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"]
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment