Skip to content

Commit 762ece5

Browse files
authored
Update renovate.json to enable vulnerability alerts (#833)
1 parent 44065db commit 762ece5

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

renovate.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,18 @@
1010
},
1111
"packageRules": [
1212
{
13-
"matchUpdateTypes": [
14-
"major"
13+
"enabled": false,
14+
"groupName": "everything",
15+
"matchManagers": [
16+
"npm"
1517
],
16-
"enabled": false
18+
"matchPackagePatterns": [
19+
"*"
20+
],
21+
"separateMajorMinor": false
1722
}
18-
]
23+
],
24+
"vulnerabilityAlerts": {
25+
"enabled": true
26+
}
1927
}

0 commit comments

Comments
 (0)