Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit f068f51

Browse files
authored
feat: enable vulnerability alerts in Renovate configuration (#257)
Enable Renovate's vulnerability alerts feature to automatically detect and alert on security issues in dependencies. Also format extends array for better readability.
1 parent de06af7 commit f068f51

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

renovate.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"extends": [
3-
"config:js-lib"
4-
]
2+
"extends": ["config:js-lib"],
3+
"vulnerabilityAlerts": {
4+
"enabled": true
5+
}
56
}

0 commit comments

Comments
 (0)