mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-04 21:05:54 +08:00
Enable the custom.regex package manager to enable rust toolchain updates (#20035)
This commit is contained in:
parent
b94e2ebf1e
commit
faec84c2e0
2
.github/renovate.json5
vendored
2
.github/renovate.json5
vendored
@ -1,7 +1,7 @@
|
||||
{
|
||||
$schema: "https://docs.renovatebot.com/renovate-schema.json",
|
||||
extends: ["github>bitwarden/renovate-config"], // Extends our default configuration for pinned dependencies
|
||||
enabledManagers: ["cargo", "github-actions", "npm"],
|
||||
enabledManagers: ["cargo", "github-actions", "npm", "custom.regex"],
|
||||
packageRules: [
|
||||
// ==================== Repo-Wide Update Behavior Rules ====================
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user