2024-05-18 20:54:55 +02:00
|
|
|
{
|
2024-06-04 09:39:51 +02:00
|
|
|
"baseBranches": ["develop"],
|
2024-05-18 20:54:55 +02:00
|
|
|
"rebaseWhen": "conflicted",
|
|
|
|
|
"labels": ["Dependencies"],
|
|
|
|
|
"extends": [
|
2024-06-04 09:39:51 +02:00
|
|
|
"config:best-practices",
|
2024-05-19 19:46:45 +02:00
|
|
|
"github>mihonapp/mihon//.github/renovate.json5"
|
2024-05-18 20:54:55 +02:00
|
|
|
],
|
|
|
|
|
"includeForks": true
|
2024-05-19 19:46:45 +02:00
|
|
|
}
|