chore(config): migrate config renovate.json (#52)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
4050337365
commit
adb9b7f795
1 changed files with 7 additions and 4 deletions
|
|
@ -1,10 +1,13 @@
|
|||
{
|
||||
"baseBranches": ["develop"],
|
||||
"baseBranches": [
|
||||
"develop"
|
||||
],
|
||||
"rebaseWhen": "conflicted",
|
||||
"labels": ["Dependencies"],
|
||||
"labels": [
|
||||
"Dependencies"
|
||||
],
|
||||
"extends": [
|
||||
"config:best-practices",
|
||||
"github>mihonapp/mihon//.github/renovate.json5"
|
||||
],
|
||||
"includeForks": true
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue