https://github.com/nuxt/renovate-config-nuxt
Nuxt.js presets for Renovate tool.
https://github.com/nuxt/renovate-config-nuxt
nuxt nuxtjs renovate renovate-config
Last synced: 8 months ago
JSON representation
Nuxt.js presets for Renovate tool.
- Host: GitHub
- URL: https://github.com/nuxt/renovate-config-nuxt
- Owner: nuxt
- Created: 2018-09-25T07:55:21.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T04:53:35.000Z (11 months ago)
- Last Synced: 2024-10-29T14:35:23.842Z (11 months ago)
- Topics: nuxt, nuxtjs, renovate, renovate-config
- Homepage:
- Size: 352 KB
- Stars: 20
- Watchers: 5
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Renovate Nuxt Configs
Nuxt preset for [Renovate](https://github.com/renovatebot/renovate).
## Usage
Add this into `renovate.json`:
```json
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>nuxt/renovate-config-nuxt",
]
}
```## Useful Links
- [Configuration Options](https://renovatebot.com/docs/configuration-options)
- [Renovatebot Presets](https://github.com/renovatebot/presets/tree/master/packages)## License
MIT - Nuxt team