From 67f137bc897c72cf0cc6144753e9bb0584872eea Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 9 Jan 2026 10:57:50 +0000 Subject: [PATCH] Label dependency upgrade issues as team-only Closes gh-48763 --- spring-boot-project/spring-boot-dependencies/build.gradle | 5 ++++- spring-boot-project/spring-boot-parent/build.gradle | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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") {