Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barbapapazes/renovate-config
Barbapapazes presets for Renovate tool
https://github.com/barbapapazes/renovate-config
Last synced: 26 days ago
JSON representation
Barbapapazes presets for Renovate tool
- Host: GitHub
- URL: https://github.com/barbapapazes/renovate-config
- Owner: Barbapapazes
- License: mit
- Created: 2023-06-03T15:40:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-14T01:36:12.000Z (28 days ago)
- Last Synced: 2024-12-14T02:24:51.634Z (28 days ago)
- Language: JavaScript
- Homepage:
- Size: 443 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Renovate config
> [Renovate](https://renovatebot.com/) is a bot that automates dependencies updates. It allows you to stay up-to-date with the latest releases automatically.
This repository contains my personal [Renovate config preset](https://docs.renovatebot.com/config-presets/) for my projects but you're free to use it if you want!
## Usage
Add the following to your `renovate.json` file:
```json
{
"extends": ["github>barbapapazes/renovate-config"]
}
```## Useful links
- [Renovate docs](https://docs.renovatebot.com/)
- [Renovate config presets](https://docs.renovatebot.com/config-presets/)## License
[MIT](LICENSE) © [Barbapapazes](https://github.com/barbapapazes)