Enable the custom.regex package manager to enable rust toolchain updates (#20035)

This commit is contained in:
neuronull 2026-04-07 08:13:09 -06:00 committed by GitHub
parent b94e2ebf1e
commit faec84c2e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ====================
{