From df857fd5415b80253156c3bcc93b1d008853a6fc Mon Sep 17 00:00:00 2001 From: gangan <44604921+shinGangan@users.noreply.github.com> Date: Sat, 24 Feb 2024 01:40:57 +0900 Subject: [PATCH] chore(renovate): update `extends` (#1380) --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 217d8217..8508ba18 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,5 @@ { "extends": [ - "@nuxtjs" + "github>nuxt/renovate-config-nuxt" ] }