Scala Steward currently uses update as the fixed prefix for update branch names, for example update/cats-effect-3.4.0.
Some installations need to use a different branch namespace for bot-created branches, such as scala-steward/..., to match branch protection, automation, or repository conventions.
I opened a PR that adds a repository-specific configuration option:
pullRequests.branchPrefix = "scala-steward"
PR: #3871
The PR preserves the existing default prefix of update and includes tests and docs.
Scala Steward currently uses
updateas the fixed prefix for update branch names, for exampleupdate/cats-effect-3.4.0.Some installations need to use a different branch namespace for bot-created branches, such as
scala-steward/..., to match branch protection, automation, or repository conventions.I opened a PR that adds a repository-specific configuration option:
PR: #3871
The PR preserves the existing default prefix of
updateand includes tests and docs.