From adb9b7f795c5db006d641db5f11447500fc0d2b1 Mon Sep 17 00:00:00 2001 From: "Cuong M. Tran" Date: Tue, 4 Jun 2024 16:37:25 +0700 Subject: [PATCH] chore(config): migrate config renovate.json (#52) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- renovate.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 + ] }