Switch bomr to any policy

This commit is contained in:
Stephane Nicoll 2021-07-12 07:41:15 +02:00
parent c5bf56d87f
commit 4c3847d3f1
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 = "any"
gitHub {
issueLabels = ["type: dependency-upgrade"]
}