[ ] ๐ Documentation (updates to the documentation or readme)
[ ] ๐ Bug fix (a non-breaking change that fixes an issue)
[ ] ๐ Enhancement (improving an existing functionality)
[ ] โจ New feature (a non-breaking change that adds functionality)
[x] ๐งน Chore (updates to the build process or auxiliary tools and libraries)
[ ] โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
๐ Description
As with Nuxt Sitemap, I moved the Renovate config to .github/.
Also, I rename from renovate.json to renovate.json5. renovate.json5 is able to add comment.
๐ Linked issue
related nuxt-modules/sitemap#292
โ Type of change
๐ Description
As with Nuxt Sitemap, I moved the Renovate config to
.github/
. Also, I rename fromrenovate.json
torenovate.json5
.renovate.json5
is able to add comment.