diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index ac4c0bbe387..42ffc78f21f 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/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/platform/spring-boot-internal-dependencies/build.gradle b/platform/spring-boot-internal-dependencies/build.gradle index fd35d8fbb6b..c3fc0b3368d 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") {