nuxt / content

The file-based CMS for your Nuxt application, powered by Markdown and Vue components.
https://content.nuxt.com
MIT License
3.08k stars 624 forks source link

chore(renovate): update extends in renovate (#2567) #2567

Closed shinGangan closed 7 months ago

shinGangan commented 7 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",
  ]
}

Related

The WARN that is occurring in #957 will be resolved with this fix. related nuxt/renovate-config-nuxt#58 .

WARN: Using npm packages for Renovate presets is now deprecated. Please migrate to repository-based presets instead.

πŸ™ Note

The Renovate bot is currently working fine. Therefore, the priority of this pull request is low. Please review when you have a time. πŸ™

πŸ“ Checklist