Skip to content

Commit

Permalink
Merge pull request #125 from mkurz/scala-steward-conf
Browse files Browse the repository at this point in the history
Add scala-steward-conf
  • Loading branch information
mkurz authored Jan 16, 2024
2 parents f0849c1 + ce84fd8 commit 31e6ce3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/scala-steward.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
pullRequests.frequency = "@monthly"

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

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

buildRoots = [
"code",
"test-app",
"test-app-filters"
]

0 comments on commit 31e6ce3

Please sign in to comment.