Skip to content

Commit c56f6b8

Browse files
authored
Group Jetty Scala Steward update PRs
1 parent c6274da commit c56f6b8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.scala-steward.conf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,10 @@ updates.ignore = [
44
updates.pin = [
55
{groupId = "ch.qos.logback", version = "1.3."},
66
]
7+
pullRequests.grouping = [
8+
{
9+
name = "jetty",
10+
title = "Update Jetty dependencies",
11+
filter = [{ group = "org.eclipse.jetty" }, { group = "org.eclipse.jetty*" }]
12+
}
13+
]

0 commit comments

Comments
 (0)