Skip to content

Commit 9ac43d3

Browse files
committed
chore(renovate): enable security updates
1 parent 7fcb688 commit 9ac43d3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/renovate.json5

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,12 @@
1414
enabled: false,
1515
},
1616
],
17+
// Receive any update that fixes security vulnerabilities.
18+
// We need this because we disabled "patch" updates for Rust.
19+
// Note: You need to enable "Dependabot alerts" in "Code security" GitHub
20+
// Settings to receive security updates.
21+
// See https://docs.renovatebot.com/configuration-options/#vulnerabilityalerts
22+
vulnerabilityAlerts: {
23+
enabled: true,
24+
},
1725
}

0 commit comments

Comments
 (0)