diff --git a/renovate.json b/renovate.json index b3495ad5e..41116c492 100644 --- a/renovate.json +++ b/renovate.json @@ -3,7 +3,8 @@ "rebaseWhen": "conflicted", "labels": ["Dependencies"], "extends": [ - "config:recommended" + ["config:best-practices"], + "github>mihonapp/mihon//.github/renovate.json5" ], "includeForks": true -} \ No newline at end of file +}