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.
2 parents 7fcb688 + 9ac43d3 commit fce40f0Copy full SHA for fce40f0
.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