diff --git a/checks/check_patching_sla.py b/checks/check_patching_sla.py index eb135c9..efa0ce9 100644 --- a/checks/check_patching_sla.py +++ b/checks/check_patching_sla.py @@ -23,7 +23,8 @@ "project.pbxproj", "uv.lock", "Dockerfile*", - "Makefile*" + "Makefile*", + "pnpm-lock.yaml" ] def is_file_allowed(file_path, allowed_patterns):