diff --git a/renovate.json b/renovate.json index 3184a353f..3df3816a8 100644 --- a/renovate.json +++ b/renovate.json @@ -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 + ] }