diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index bcdf538d60e..cd4b3d3d63a 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -25,7 +25,10 @@ bom { upgrade { policy = "same-major-version" gitHub { - issueLabels = ["type: dependency-upgrade"] + issueLabels = [ + "type: dependency-upgrade", + "status: team-only" + ] } } library("ActiveMQ", "6.2.0") { diff --git a/platform/spring-boot-internal-dependencies/build.gradle b/platform/spring-boot-internal-dependencies/build.gradle index 371ab8827ff..cfdbbf36db8 100644 --- a/platform/spring-boot-internal-dependencies/build.gradle +++ b/platform/spring-boot-internal-dependencies/build.gradle @@ -24,7 +24,10 @@ bom { upgrade { policy = "same-major-version" gitHub { - issueLabels = ["type: task"] + issueLabels = [ + "type: task", + "status: team-only" + ] } } library("API Guardian", "1.1.2") {