Commit dfe3058d authored by Andy Wilkinson's avatar Andy Wilkinson

Only pick up new maintenance releases when upgrading dependencies

Closes gh-24069
parent 4c42affc
...@@ -9,7 +9,7 @@ description = "Spring Boot Dependencies" ...@@ -9,7 +9,7 @@ description = "Spring Boot Dependencies"
bom { bom {
effectiveBomArtifact() effectiveBomArtifact()
upgrade { upgrade {
policy = "same-major-version" policy = "same-minor-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-major-version" policy = "same-minor-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