Valentin Brandl
0288440a12
All checks were successful
renovate config check / renovate-config-validator (pull_request) Successful in 10s
18 lines
369 B
JSON
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
|
|
}
|
|
}
|