Skip to content

Commit

Permalink
Patch scala-steward pull requests config (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelLipski authored Mar 5, 2024
1 parent cdc3517 commit 9b8f482
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@ buildRoots = [
"sbt-akka-serialization-helper/src/sbt-test/sbt-dumpschema/simple",
]

pullRequests.grouping = [
{ name = "patches_minor", "title" = "Patch/minor dependency updates", "filter" = [{"version" = "patch"}, {"version" = "minor"}] }
]
pullRequests {
frequency = "7 days"
grouping = [
{ name = "scalafmt_${hash}", "filter" = [{"group" = "org.scalameta", "artifact" = "scalafmt-core"}] },
{ name = "all_${hash}", "filter" = [{"group" = "*"}] }
]
}

updates {
# <PEKKO-UNCOMMENT-START>
Expand Down

0 comments on commit 9b8f482

Please sign in to comment.