Set bomr upgrade policy to same major version

This commit is contained in:
Andy Wilkinson 2023-01-23 14:45:42 +00:00
parent 7ebcf11c81
commit fee0daf127
1 changed files with 1 additions and 1 deletions

View File

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