renovate-config/default.json
Valentin Brandl 0288440a12
All checks were successful
renovate config check / renovate-config-validator (pull_request) Successful in 10s
Enable vuln alerts
2024-04-18 17:25:10 +02:00

18 lines
369 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"semanticCommits": "enabled",
"automerge": false,
"nix": {
"enabled": true
},
"lockFileMaintenance": {
"enabled": true,
"extends": ["schedule:daily"]
},
"osvVulnerabilityAlerts": true,
"vulnerabilityAlerts": {
"enabled": true
}
}