Shared Renovate configuration for the promptfoo organization.
Add this to your repository's renovate.json:
{
"extends": ["local>promptfoo/renovate-config"]
}Or extend it alongside other settings:
{
"extends": ["local>promptfoo/renovate-config"],
"packageRules": [
{
"description": "Your repo-specific rules here"
}
]
}| Setting | Value | Description |
|---|---|---|
config:recommended |
- | Renovate's recommended base config |
:disableDependencyDashboard |
- | No dashboard issue created |
pinVersions |
false |
Preserve semver ranges (e.g., ^1.0.0) |
customManagers:biomeVersions |
- | Auto-update $schema in biome.json |
| Security vulnerabilities | Priority | Security updates bypass all schedules and minimumReleaseAge restrictions |
| Biome grouping | - | Groups @biomejs/biome with biome.json schema updates |