content icon indicating copy to clipboard operation
content copied to clipboard

chore: fix Nuxt extends in renovate.json (#2567)

Open shinGangan opened this issue 1 year ago โ€ข 0 comments

๐Ÿ”— Linked issue

related nuxt/modules#887

โ“ Type of change

  • [ ] ๐Ÿ“– Documentation (updates to the documentation or readme)
  • [ ] ๐Ÿž Bug fix (a non-breaking change that fixes an issue)
  • [ ] ๐Ÿ‘Œ Enhancement (improving an existing functionality like performance)
  • [ ] โœจ New feature (a non-breaking change that adds functionality)
  • [ ] โš ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
  • [x] ๐Ÿงน Chore (updates to the build process or auxiliary tools and libraries)

๐Ÿ“š 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

  • [ ] I have linked an issue or discussion.
  • [ ] I have updated the documentation accordingly.

shinGangan avatar Feb 19 '24 12:02 shinGangan