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

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

Shared Renovate preset configuration for dacrab repos
https://github.com/dacrab/renovate-config

config github preset renovate

Last synced: 4 days ago
JSON representation

Shared Renovate preset configuration for dacrab repos

Awesome Lists containing this project

README

          

# renovate-config

Shared [Renovate](https://docs.renovatebot.com/) preset for dacrab repos.

## Usage

Add to your repo's `renovate.json`:

```json
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>dacrab/renovate-config"]
}
```

## What it does

- Auto-merges patch and minor updates
- Groups all non-major dependencies into a single PR
- Labels security alerts and auto-merges them
- Commits with `chore(deps):` prefix
- Cooldown of 3 days between PRs
- Timezone: Europe/Athens

## License

MIT