23 lines
492 B
Markdown
23 lines
492 B
Markdown
# Renovate Preset
|
|
|
|
This directory contains a shared Renovate preset that other repositories can extend.
|
|
|
|
## Usage
|
|
|
|
In another repository's `renovate.json`:
|
|
|
|
```json
|
|
{
|
|
"extends": ["github>my-org/my-repo//renovate-preset"]
|
|
}
|
|
```
|
|
|
|
Adjust `my-org/my-repo` to point at this repository.
|
|
|
|
## Behavior
|
|
|
|
- Auto-merges patch and minor updates.
|
|
- Groups common monorepo package families into single PRs.
|
|
- Schedules Renovate runs on weekends before 6am UTC.
|
|
- Keeps security alerts from auto-merging.
|