diff --git a/package.json b/package.json index 794548a30..2c1e4c663 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,11 @@ }, "config": { "ci": { - "debug": "*,-mocha:*,-eslint:*" + "debug": "*,-mocha:*,-eslint:*", + "downstreamIgnoreList" : [ + "dashboard-controller", + "gateway-director-management-interface" + ] } }, "license": "MIT"