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 +}