Prepare for separate branch_9x runs

This commit is contained in:
Jan Høydahl 2025-01-23 01:33:02 +01:00
parent a3c00784dc
commit 1623e63c88
2 changed files with 38 additions and 0 deletions

View file

@ -0,0 +1,12 @@
module.exports = {
gitAuthor: 'SolrBot <solrbot@cominvent.com>',
onboarding: false,
requireConfig: "required",
platform: 'github',
forkProcessing: "disabled",
repositories: ['apache/solr'],
baseBranches: ["branch_9x"],
allowedPostUpgradeCommands: ["./gradlew.*"],
branchPrefix: "renovate-9x/",
dryRun: "extract",
};