From c439ac394681186840976eb866b3f2aea36d244d Mon Sep 17 00:00:00 2001 From: gangan <44604921+shinGangan@users.noreply.github.com> Date: Sun, 5 May 2024 23:50:35 +0900 Subject: [PATCH] chore: update renovate config --- renovate.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index bfb694f..9887bc1 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,7 @@ { + "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "@nuxtjs" + "github>nuxt/renovate-config-nuxt" ], "baseBranches": [ "master" @@ -8,4 +9,4 @@ "lockFileMaintenance": { "enabled": true } -} \ No newline at end of file +}