From 863fb61254efa17e435e4a58557a5243a4ee4655 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 6 Feb 2024 14:44:50 +0000 Subject: [PATCH] docs: update usage instructions resolves https://github.com/nuxt/renovate-config-nuxt/pull/58 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a8ee4e..bd052dc 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,9 @@ Add this into `renovate.json`: ```json { + "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "@nuxtjs" + "github>nuxt/renovate-config-nuxt", ] } ```