From 60f4d824aa5585bc21d6c7b5d31a5914a412db10 Mon Sep 17 00:00:00 2001 From: "Reid D. McKenzie" Date: Wed, 26 Nov 2025 13:08:03 -0700 Subject: [PATCH] chore: Don't watch the lockfile Fixes #20 --- extension.bzl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extension.bzl b/extension.bzl index fe613f0..157ba9b 100644 --- a/extension.bzl +++ b/extension.bzl @@ -171,7 +171,8 @@ tel_repository = repository_rule( def _parse_lockfile(module_ctx, module_lock): lock_content = json.decode(module_ctx.read( - module_lock + module_lock, + watch='no', )) raw_deps = lock_content.get("registryFileHashes", {}) registries = [