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
- Host: GitHub
- URL: https://github.com/sweetalert2/renovate-config
- Owner: sweetalert2
- Created: 2022-10-18T10:01:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-06T12:09:58.000Z (over 1 year ago)
- Last Synced: 2025-01-13T08:12:11.918Z (5 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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