Update upgrade policy for the RC phase

This commit is contained in:
Andy Wilkinson
2023-10-31 08:34:02 +00:00
parent 20edbb402f
commit 9b7d8cacc3

View File

@@ -9,7 +9,7 @@ description = "Spring Boot Dependencies"
bom {
effectiveBomArtifact()
upgrade {
policy = "any"
policy = "same-minor-version"
gitHub {
issueLabels = ["type: dependency-upgrade"]
}