From 8c99eee93b0432a7718debfab58a94a8c840f393 Mon Sep 17 00:00:00 2001 From: Kurt King Date: Fri, 26 Dec 2025 12:23:10 -0700 Subject: [PATCH] enable list deprecations for workspace Signed-off-by: Kurt King --- workspaces/linkerd/bcp.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/workspaces/linkerd/bcp.json b/workspaces/linkerd/bcp.json index 9d2158e4fb..e1b8e25f0c 100644 --- a/workspaces/linkerd/bcp.json +++ b/workspaces/linkerd/bcp.json @@ -1,4 +1,5 @@ { "autoVersionBump": true, - "knipReports": false + "knipReports": false, + "listDeprecations": true }