diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 7b115cfddce..7fda6a0873a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -25,7 +25,10 @@ bom { upgrade { policy = "same-minor-version" gitHub { - issueLabels = ["type: dependency-upgrade"] + issueLabels = [ + "type: dependency-upgrade", + "status: team-only" + ] } } library("ActiveMQ", "6.1.8") { diff --git a/spring-boot-project/spring-boot-parent/build.gradle b/spring-boot-project/spring-boot-parent/build.gradle index 270b2be19ee..ae48000b1ab 100644 --- a/spring-boot-project/spring-boot-parent/build.gradle +++ b/spring-boot-project/spring-boot-parent/build.gradle @@ -24,7 +24,10 @@ bom { upgrade { policy = "same-major-version" gitHub { - issueLabels = ["type: task"] + issueLabels = [ + "type: task", + "status: team-only" + ] } } library("Android JSON", "0.0.20131108.vaadin1") {