From c48fb75918f670c3d60bee1b97a5444d2c92c940 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Mon, 25 Aug 2025 17:35:18 +0000 Subject: [PATCH] build: enforce the bazel module lockfile staying up to date --- .bazelrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bazelrc b/.bazelrc index 43276f982a31..a740976b2024 100644 --- a/.bazelrc +++ b/.bazelrc @@ -39,6 +39,9 @@ build --nobuild_runfile_links # Prevents the npm package extract from occuring or caching on RBE which overwhelms our quota build --modify_execution_info=NpmPackageExtract=+no-remote +# Frozen lockfile +common --lockfile_mode=error + ############################### # Output control # ###############################