Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 87eb6e7

Browse files
authored
ci: automerge vulnerability fixes
1 parent f854677 commit 87eb6e7

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

renovate.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,14 @@
2222
],
2323
"stabilityDays": 3,
2424
"ignoreDeps": ["npm"],
25-
"transitiveRemediation": true
25+
"transitiveRemediation": true,
26+
"vulnerabilityAlerts": {
27+
"packageRules": [
28+
{
29+
"matchUpdateTypes": ["patch", "pin", "digest"],
30+
"automerge": true,
31+
"semanticCommitType": "fix"
32+
}
33+
]
34+
}
2635
}

0 commit comments

Comments
 (0)