Skip to content

Commit

Permalink
chore(scala-steward): Improve dependency grouping (#2919)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpro7 authored Nov 7, 2023
1 parent 142fee0 commit dbda1cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ updates.ignore = [
#
# Default: []
pullRequests.grouping = [
{ name = "patches", "title" = "chore: Patch updates", "filter" = [{"version" = "patch"}] },
{ name = "minor_major", "title" = "chore: Minor/major updates", "filter" = [{"version" = "minor"}, {"version" = "major"}] },
{ name = "patch", "title" = "chore: Patch dependency updates", "filter" = [{"version" = "patch"}] },
{ name = "minor", "title" = "chore: Minor dependency updates", "filter" = [{"version" = "minor"}] },
{ name = "major", "title" = "chore: Major dependency updates", "filter" = [{"version" = "major"}] },
{ name = "all", "title" = "chore: Dependency updates", "filter" = [{"group" = "*"}] }
]

Expand Down

0 comments on commit dbda1cc

Please sign in to comment.