From 0eba563780b2240f6af8cf1236b01dcae720d86c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 12:36:54 +0000 Subject: [PATCH] chore(deps): update envoyproxy/envoy digest to bad8280 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index f1aefb479..1c9b774fc 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -13,7 +13,7 @@ ENVOY_REPO = "envoy" # No other line in this file may have ENVOY_SHA followed by an equals sign! # # renovate: datasource=github-releases depName=envoyproxy/envoy digestVersion=v1.36.4 -ENVOY_SHA = "0c30f2cfb88356984f8089fd973919deeb1cf7c2" +ENVOY_SHA = "bad8280de85c25b147a90c1d9b8a8c67a13e7134" # // clang-format off: unexpected @bazel_tools reference, please indirect via a definition in //bazel load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")