https://github.com/saagpatel/renovate-config
Shared Renovate config for saagpatel portfolio
https://github.com/saagpatel/renovate-config
Last synced: about 23 hours ago
JSON representation
Shared Renovate config for saagpatel portfolio
- Host: GitHub
- URL: https://github.com/saagpatel/renovate-config
- Owner: saagpatel
- Created: 2026-04-14T11:51:43.000Z (3 months ago)
- Default Branch: feat/init
- Last Pushed: 2026-04-14T12:02:01.000Z (3 months ago)
- Last Synced: 2026-04-14T14:04:30.928Z (3 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Renovate Config
Shared [Renovate](https://github.com/renovatebot/renovate) configuration for the saagpatel portfolio.
## Usage
Add this to any repo's `renovate.json`:
```json
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>saagpatel/renovate-config"]
}
```
## Behavior
- Patch and minor updates: auto-merged (grouped into one PR per repo)
- Major updates: PR opened, requires manual review
- Dev dependencies: always auto-merged
- Schedule: Monday mornings before 8am ET
- Rate limit: max 3 concurrent PRs, 2 per hour
- Security alerts: always opened immediately regardless of schedule