chore: fine-tune renovate config

This commit is contained in:
WebStreamr 2025-05-08 07:17:14 +00:00
parent bf8423395f
commit b771ceee49
No known key found for this signature in database

View file

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