From bef261c211d55d13eb9c89ae865677fe9d634d54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B8ydahl?= Date: Thu, 23 Jan 2025 01:57:13 +0100 Subject: [PATCH] Add commitMessageSuffix --- solr/renovate-config-9x.js | 1 + 1 file changed, 1 insertion(+) diff --git a/solr/renovate-config-9x.js b/solr/renovate-config-9x.js index c4bb5d80..d673cca5 100644 --- a/solr/renovate-config-9x.js +++ b/solr/renovate-config-9x.js @@ -8,5 +8,6 @@ module.exports = { baseBranches: ["branch_9x"], allowedPostUpgradeCommands: ["./gradlew.*"], branchPrefix: "renovate-9x/", + commitMessageSuffix: " (branch_9x)", dryRun: "extract", };