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
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
|
target-branch: "develop"
|
||||||
directory: "/" # Location of package manifests
|
directory: "/" # Location of package manifests
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"baseBranches": ["master"],
|
"baseBranches": ["develop"],
|
||||||
"rebaseWhen": "conflicted",
|
"rebaseWhen": "conflicted",
|
||||||
"labels": ["Dependencies"],
|
"labels": ["Dependencies"],
|
||||||
"extends": [
|
"extends": [
|
||||||
["config:best-practices"],
|
"config:best-practices",
|
||||||
"github>mihonapp/mihon//.github/renovate.json5"
|
"github>mihonapp/mihon//.github/renovate.json5"
|
||||||
],
|
],
|
||||||
"includeForks": true
|
"includeForks": true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue