From 985baab5b3514bb6324c0897eeede7f7716736cc Mon Sep 17 00:00:00 2001 From: Wes Date: Tue, 8 Oct 2024 09:42:21 -0700 Subject: [PATCH] chore: make renovate ignore @bufbuild/protoc-gen-es --- renovate.json5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json5 b/renovate.json5 index 65f49e4428..ca130d88ae 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -54,7 +54,8 @@ }, { matchPackageNames: [ - "@bufbuild/protobuf", // We can't update this until we update buf + "@bufbuild/protobuf", // We can't update this until we update buf + "@bufbuild/protoc-gen-es", // We can't update this until we update buf "codemirror", "codemirror-json-schema", ],