Skip to content

Commit

Permalink
Merge pull request #40 from guardian/pull-request-grouping
Browse files Browse the repository at this point in the history
Use Pull Request grouping to reduce PR noise
  • Loading branch information
rtyley authored May 24, 2023
2 parents 30a0475 + a2281d5 commit dc1a300
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scala-steward.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
pullRequests.grouping = [
{ name = "aws", "title" = "AWS dependency updates", "filter" = [{"group" = "software.amazon.awssdk"}, {"group" = "com.amazonaws"}] },
{ name = "non_aws", "title" = "Non-AWS dependency updates", "filter" = [{"group" = "*"}] }
]

# Only include dependencies which automatically release updates as frequently
# as daily, without those dependencies having meaningful security value. With our
# current process, the daily update PRs generated by Scala Steward for those
Expand Down

0 comments on commit dc1a300

Please # to comment.