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

https://github.com/sweetalert2/renovate-config

Renovate shareable config for SweetAlert2
https://github.com/sweetalert2/renovate-config

Last synced: 4 months ago
JSON representation

Renovate shareable config for SweetAlert2

Awesome Lists containing this project

README

        

# Renovate [shareable config](https://renovatebot.com/docs/config-presets/) for [SweetAlert2](https://github.com/sweetalert2/sweetalert2)

## Usage

Enable Renovate in your repo and just `extends` in `renovate.json`.

```js
{
"extends": ["github>sweetalert2/renovate-config"]
// Additional, per-project rules...
}
```

Note: You don't have to install this config. Renovate fetches it from this GitHub repo automatically.

## TODO

- rollup minor and patch updates on a weekly basis https://github.com/renovatebot/renovate/issues/4404