Skip to content

Commit

Permalink
refactor(steward): improve grouping to cope with early semver
Browse files Browse the repository at this point in the history
  • Loading branch information
datYori committed Oct 4, 2024
1 parent f2d1e62 commit 498d73b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ updates.allow = [
}
]

pullRequests = {
frequency = "@asap"
title = "Update ${artifactName} to ${nextVersion}"
customLabels = ["dependencies", "com.raw-labs"]
includeMatchedLabels = "(.*semver.*)"
}
pullRequests.customLabels = [ "dependencies"]

pullRequests.grouping = [
{ 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"]
reviewers = ["raw-labs/snapi"]

0 comments on commit 498d73b

Please sign in to comment.