1
0
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:
Daniel García
2025-05-17 22:17:36 +02:00
committed by GitHub
parent 4079607a3e
commit a02c230e4d
5 changed files with 26 additions and 32 deletions

View File

@@ -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.