diff --git a/common/deployments/hub-staging.yaml b/common/deployments/hub-staging.yaml
index 7ace60bd834b9659941c7dc2fe42b107c3472e27..4891546e0e85190b1c165d7020cf00f7920dc0d5 100644
--- a/common/deployments/hub-staging.yaml
+++ b/common/deployments/hub-staging.yaml
@@ -125,6 +125,15 @@ singleuser:
           --LabApp.news_url=None \
           --NotebookNotary.db_file=':memory:' \
           "$@"
+    disable-labnews:
+      mode: 0644
+      mountPath: /opt/conda/share/jupyter/lab/settings/overrides.json
+      stringData: |-
+        {
+          "@jupyterlab/apputils-extension:notification": {
+            "fetchNews": "false"
+          }
+        }
 
 hub:
   services: