content
content copied to clipboard
chore: fix Nuxt extends in renovate.json (#2567)
๐ 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.
- ref: fixed commit
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.