komikku/renovate.json
Cuong M. Tran adb9b7f795
chore(config): migrate config renovate.json (#52)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-04 16:37:25 +07:00

13 lines
211 B
JSON

{
"baseBranches": [
"develop"
],
"rebaseWhen": "conflicted",
"labels": [
"Dependencies"
],
"extends": [
"config:best-practices",
"github>mihonapp/mihon//.github/renovate.json5"
]
}