mirror of
https://github.com/bitwarden/browser
synced 2026-01-06 10:33:57 +00:00
Pin rust toolchain (#14817)
* Pin rust toolchain * Always install targets in build script * Delete installed toolchains
This commit is contained in:
6
.github/renovate.json5
vendored
6
.github/renovate.json5
vendored
@@ -51,6 +51,12 @@
|
||||
commitMessagePrefix: "[deps] BRE:",
|
||||
addLabels: ["hold"],
|
||||
},
|
||||
{
|
||||
// Enable support for Rust toolchain updates.
|
||||
matchManagers: ["custom.regex"],
|
||||
matchDepNames: ["rust"],
|
||||
commitMessageTopic: "Rust",
|
||||
},
|
||||
{
|
||||
// By default, we send patch updates to the Dependency Dashboard and do not generate a PR.
|
||||
// We want to generate PRs for a select number of dependencies to ensure we stay up to date on these.
|
||||
|
||||
Reference in New Issue
Block a user