streamd/renovate.json
Konstantin Fickel b5bfedf039
All checks were successful
Continuous Integration / Lint, Check & Test (push) Successful in 1m53s
ci: add renovate config
2026-01-18 17:10:06 +01:00

17 lines
249 B
JSON

{
"extends": [
"config:best-practices"
],
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
}
],
"osvVulnerabilityAlerts": true
}