Label dependency upgrade issues as team-only

Closes gh-48763
This commit is contained in:
Andy Wilkinson
2026-01-09 10:57:50 +00:00
parent c5e9968bcc
commit 67f137bc89
2 changed files with 8 additions and 2 deletions
@@ -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") {
@@ -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") {