Skip to content

Commit

Permalink
Merge pull request #924 from mkurz/scala-steward_patch-group
Browse files Browse the repository at this point in the history
Group Scala Steward patch updates into single PR
  • Loading branch information
mkurz authored Sep 15, 2023
2 parents 749ca19 + be6c46d commit 4157277
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
pullRequests.frequency = "@weekly"

updates.pin = [
]
pullRequests.frequency = "@monthly"

commits.message = "${artifactName} ${nextVersion} (was ${currentVersion})"

pullRequests.grouping = [
{ name = "patches", "title" = "Patch updates", "filter" = [{"version" = "patch"}] }
]

updates.ignore = [
// these will get updated along with jackson-core, so no need to update them separately
{ groupId = "com.fasterxml.jackson.core", artifactId = "jackson-annotations" }
Expand Down

0 comments on commit 4157277

Please sign in to comment.