From f830827e646776ccdcef19068a2257bb1a22ca02 Mon Sep 17 00:00:00 2001 From: Noah Dietz Date: Mon, 1 Apr 2024 13:20:16 -0700 Subject: [PATCH] chore(deps): stop bazel protobuf updates (#1489) Protobuf v26 has some breaking changes and in general we need to wait to take it, so let's pause updating it for the time being. --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index dbb6c827d..d3dab1f16 100644 --- a/renovate.json +++ b/renovate.json @@ -10,6 +10,12 @@ "bazel": { "managerBranchPrefix": "bazel-" }, + "packageRules": [ + { + "matchPackagePatterns": ["com_google_protobuf"], + "enabled": false + } + ] "golang": { "postUpdateOptions": [ "gomodTidy"