Update renovate/dependabot to rebase on develop branch by default
This commit is contained in:
parent
6393f0d3e1
commit
9ff5289f58
2 changed files with 3 additions and 2 deletions
1
.github/dependabot.yml
vendored
1
.github/dependabot.yml
vendored
|
|
@ -6,6 +6,7 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
target-branch: "develop"
|
||||
directory: "/" # Location of package manifests
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"baseBranches": ["master"],
|
||||
"baseBranches": ["develop"],
|
||||
"rebaseWhen": "conflicted",
|
||||
"labels": ["Dependencies"],
|
||||
"extends": [
|
||||
["config:best-practices"],
|
||||
"config:best-practices",
|
||||
"github>mihonapp/mihon//.github/renovate.json5"
|
||||
],
|
||||
"includeForks": true
|
||||
|
|
|
|||
Loading…
Reference in a new issue