chore(config): migrate config renovate.json (#52)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
Cuong M. Tran 2024-06-04 16:37:25 +07:00
parent 4050337365
commit adb9b7f795
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2

View file

@ -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
]
}