From 4b432c864426475f8c9c0e0db73c31f6ced53e0c Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Tue, 3 Jun 2025 07:00:56 -0700 Subject: [PATCH] chore(renovate): skip cargo and npm updates These produce a lot of PRs that no one wants to spend time reviewing. Also consumes a significant CI load when a batch of these PRs is created. --- renovate.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/renovate.json b/renovate.json index d0125d397..10dd90d31 100644 --- a/renovate.json +++ b/renovate.json @@ -10,5 +10,8 @@ "group:monorepos", "workarounds:all" ], + "enabledManagers": [ + "bazel", "bazel-module", "bazelisk", "github-actions" + ], "labels": ["dependencies"] }