chore(ci): enable OSV vulnerability alerts and summary in Renovate configuration (#11)

Reviewed-on: #11
This commit was merged in pull request #11.
This commit is contained in:
2026-01-21 20:57:14 +00:00
parent e873c70093
commit 7167639e79
2 changed files with 9 additions and 7 deletions

View File

@@ -11,6 +11,8 @@
"semanticCommits": "enabled",
"semanticCommitScope": "deps",
"semanticCommitType": "feat",
"osvVulnerabilityAlerts": true,
"dependencyDashboardOSVVulnerabilitySummary": "all",
"vulnerabilityAlerts": {
"commitMessagePrefix": "[SECURITY] ",
"enabled": true,