From 60bf9bd238f16104477f7570fc52969a8771d01d Mon Sep 17 00:00:00 2001 From: gangan <44604921+shinGangan@users.noreply.github.com> Date: Mon, 6 May 2024 03:55:25 +0900 Subject: [PATCH] chore(renovate): update config (#361) --- 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" ] }