From a0680e5eba6aa485993f8d05ae1da81651a621d1 Mon Sep 17 00:00:00 2001 From: gangan <44604921+shinGangan@users.noreply.github.com> Date: Sun, 5 May 2024 23:25:38 +0900 Subject: [PATCH] chore: update renovate config --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 217d8217..2bf20542 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,6 @@ { + "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "@nuxtjs" + "github>nuxt/renovate-config-nuxt" ] }