From 5195d24085400720b64f171176364fe7c566499f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B8ydahl?= Date: Thu, 23 Jan 2025 02:10:57 +0100 Subject: [PATCH] Use config from branch_9x --- 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 d673cca5..0cbec67b 100644 --- a/solr/renovate-config-9x.js +++ b/solr/renovate-config-9x.js @@ -6,6 +6,7 @@ module.exports = { forkProcessing: "disabled", repositories: ['apache/solr'], baseBranches: ["branch_9x"], + useBaseBranchConfig: "merge", allowedPostUpgradeCommands: ["./gradlew.*"], branchPrefix: "renovate-9x/", commitMessageSuffix: " (branch_9x)",