Add commitMessageSuffix

This commit is contained in:
Jan Høydahl 2025-01-23 01:57:13 +01:00
parent 1623e63c88
commit bef261c211

View file

@ -8,5 +8,6 @@ module.exports = {
baseBranches: ["branch_9x"],
allowedPostUpgradeCommands: ["./gradlew.*"],
branchPrefix: "renovate-9x/",
commitMessageSuffix: " (branch_9x)",
dryRun: "extract",
};