An open API service indexing awesome lists of open source software.

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.

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