Skip to content

Commit

Permalink
Setup 10.0.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Oct 8, 2024
1 parent e3ab4af commit 4a64259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
13 changes: 0 additions & 13 deletions .github/dependabot.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/scala-steward.conf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pullRequests.frequency = "@monthly"

commits.message = "${artifactName} ${nextVersion} (was ${currentVersion})"
commits.message = "[10.0.x] ${artifactName} ${nextVersion} (was ${currentVersion})"

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

buildRoots = [
Expand Down

0 comments on commit 4a64259

Please sign in to comment.