mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-26 12:33:37 +00:00
14 lines
427 B
JavaScript
14 lines
427 B
JavaScript
module.exports = {
|
|
gitAuthor: 'SolrBot <solrbot@cominvent.com>',
|
|
onboarding: false,
|
|
requireConfig: "required",
|
|
platform: 'github',
|
|
forkProcessing: "disabled",
|
|
repositories: [
|
|
'apache/solr'
|
|
],
|
|
// Do independent upgrades for main and branch_9x. See renovate.json overlay file on branch_9x
|
|
baseBranches: ["main", "branch_9x"],
|
|
useBaseBranchConfig: "merge",
|
|
allowedPostUpgradeCommands: ["./gradlew.*"]
|
|
};
|