From 4a6a56fb231e219c0961f160fe7afb1f7ce8dc36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 00:34:19 +0000 Subject: [PATCH] chore(deps): update dependency io_bazel_stardoc to v0.8.1 --- internal_deps.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal_deps.bzl b/internal_deps.bzl index 11ca594..d7dbdba 100644 --- a/internal_deps.bzl +++ b/internal_deps.bzl @@ -28,6 +28,6 @@ def rules_cdk_internal_deps(): http_archive( name = "io_bazel_stardoc", - sha256 = "62bd2e60216b7a6fec3ac79341aa201e0956477e7c8f6ccc286f279ad1d96432", - urls = ["https://github.com/bazelbuild/stardoc/releases/download/0.6.2/stardoc-0.6.2.tar.gz"], + sha256 = "ab6b747b3164510547f7696c6e06921966ccec7e08d9b81ec60133c3b09d5e5e", + urls = ["https://github.com/bazelbuild/stardoc/releases/download/0.8.1/stardoc-0.8.1.tar.gz"], )