We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fcb688 commit 9ac43d3Copy full SHA for 9ac43d3
.github/renovate.json5
@@ -14,4 +14,12 @@
14
enabled: false,
15
},
16
],
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
+ },
25
}
0 commit comments