mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-26 12:33:37 +00:00
14 lines
407 B
JavaScript
14 lines
407 B
JavaScript
module.exports = {
|
|
gitAuthor: 'SolrBot <solrbot@cominvent.com>',
|
|
onboarding: false,
|
|
requireConfig: "required",
|
|
platform: 'github',
|
|
forkProcessing: "disabled",
|
|
repositories: ['apache/solr'],
|
|
baseBranches: ["branch_9x"],
|
|
useBaseBranchConfig: "merge",
|
|
allowedPostUpgradeCommands: ["./gradlew.*"],
|
|
branchPrefix: "renovate-9x/",
|
|
commitMessageSuffix: " (branch_9x)",
|
|
dryRun: "extract",
|
|
};
|