From 05dd6db7055822a5be8359c1aa8168c6fe196388 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 12:37:31 +0000 Subject: [PATCH] chore(deps): update envoyproxy/envoy digest to 9a0cdca 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 f0d5989d7..0b6524b95 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.35.8 -ENVOY_SHA = "80ca1d92145aa946d9f5c36fe830fc1182e13c85" +ENVOY_SHA = "9a0cdcadabcb7baa2348afa1178e083f8d0fe2d7" # // 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")