mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-26 12:33:37 +00:00
Use baseBranches config on main runs
This commit is contained in:
parent
5195d24085
commit
626c1a372a
1 changed files with 3 additions and 0 deletions
|
|
@ -7,5 +7,8 @@ module.exports = {
|
|||
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.*"]
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue