From 0a9199c92bd8a3fc6bfcf3da2b3736189c99c0cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 00:36:04 +0900 Subject: [PATCH] chore(config): migrate renovate config (#2925) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- renovate.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index a78af9f9..6bfcdacd 100644 --- a/renovate.json +++ b/renovate.json @@ -1,8 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base" - ], + "extends": ["config:recommended"], "labels": ["dependencies"], "postUpdateOptions": ["pnpmDedupe"] }