From ae481284410fd6f2eb739d8407743a9340fe8965 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 12:05:52 -0800 Subject: [PATCH] chore(config): migrate config renovate.json (#4012) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- renovate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 9a8bd218e..f6d90094f 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "extends": [ - "config:base" + "config:recommended" ], "baseBranches": [ "develop" @@ -12,7 +12,7 @@ "platformAutomerge": true }, "npm": { - "stabilityDays": 3 + "minimumReleaseAge": "3 days" }, "dependencyDashboard": true, "major": { @@ -66,4 +66,4 @@ "dependencyDashboardApproval": true } ] -} \ No newline at end of file +}