Skip to content

Commit f653c59

Browse files
committed
enable vulnerabilityAlerts and osvVulnerabilityAlerts from https://docs.renovatebot.com/presets-security/
1 parent c4651a8 commit f653c59

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
],
66
"labels": ["dependencies"],
77
"postUpdateOptions": ["gomodTidy"],
8+
"vulnerabilityAlerts": {
9+
"enabled": true
10+
},
11+
"osvVulnerabilityAlerts": true,
812
"customManagers": [
913
{
1014
"customType": "regex",

0 commit comments

Comments
 (0)