mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-26 12:33:37 +00:00
Add commitMessageSuffix
This commit is contained in:
parent
1623e63c88
commit
bef261c211
1 changed files with 1 additions and 0 deletions
|
|
@ -8,5 +8,6 @@ module.exports = {
|
||||||
baseBranches: ["branch_9x"],
|
baseBranches: ["branch_9x"],
|
||||||
allowedPostUpgradeCommands: ["./gradlew.*"],
|
allowedPostUpgradeCommands: ["./gradlew.*"],
|
||||||
branchPrefix: "renovate-9x/",
|
branchPrefix: "renovate-9x/",
|
||||||
|
commitMessageSuffix: " (branch_9x)",
|
||||||
dryRun: "extract",
|
dryRun: "extract",
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue