Merge branch '3.5.x' into 4.0.x

Closes gh-48781
This commit is contained in:
Andy Wilkinson
2026-01-09 11:17:58 +00:00
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("API Guardian", "1.1.2") {