Skip to content

Commit

Permalink
Merge pull request #311 from mkurz/prefixes_prs
Browse files Browse the repository at this point in the history
Add `[3.0.x] ` prefix to automatic PRs
  • Loading branch information
mkurz authored Apr 28, 2024
2 parents f2c4f1f + 87b5987 commit 14fb46d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ updates:
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "[3.0.x] "
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
4 changes: 2 additions & 2 deletions .github/scala-steward.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pullRequests.frequency = "@monthly"

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

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

0 comments on commit 14fb46d

Please sign in to comment.