webstreamr-github/renovate.json
2025-05-08 07:17:14 +00:00

11 lines
221 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"configMigration": true,
"osvVulnerabilityAlerts": true,
"postUpdateOptions": [
"npmDedupe"
]
}