nuxt / devtools

Unleash Nuxt Developer Experience
https://devtools.nuxt.com
MIT License
2.81k stars 154 forks source link

chore(renovate): update extends (#610) #610

Closed shinGangan closed 5 months ago

shinGangan commented 5 months ago

๐Ÿ”— Linked issue

related nuxt/modules#887 .

โ“ Type of change

๐Ÿ“š Description

The usage of nuxt/renovate-config-nuxt has been updated. Therefore, it has been fixed in this PR.

Usage diff

{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": [
-   "@nuxtjs"
+   "github>nuxt/renovate-config-nuxt",
  ]
}

๐Ÿ“ Checklist