Skip to content

Commit

Permalink
fixup! fixup! fixup! stew tests
Browse files Browse the repository at this point in the history
  • Loading branch information
datYori committed Oct 1, 2024
1 parent 18dc92a commit fce8670
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ pullRequests = {
}

pullRequests.grouping = [
{ name = "patches", "title" = "Patch updates", "filter" = [{"version" = "patch"}] },
{ name = "minor_major", "title" = "Minor/major updates", "filter" = [{"version" = "minor"}, {"version" = "major"}] },
{ name = "all", "title" = "Dependency updates", "filter" = [{"group" = "*"}] }
{ name = "patches", "title" = "chore(deps): patch update", "filter" = [{"version" = "patch"}] },
{ name = "minor", "title" = "chore(deps): minor update", "filter" = [{"version" = "minor"}] },
{ name = "major", "title" = "chore(deps): major update", "filter" = [{"version" = "major"}] }
]

assignees = ["datYori"]

0 comments on commit fce8670

Please sign in to comment.