diff --git a/config/install/taxonomy.vocabulary.uw_vocab_service_categories.yml b/config/install/taxonomy.vocabulary.uw_vocab_service_categories.yml
index 537c641a2d5b7b408f58b376ae6865ab8f52c328..449a5e25f4ed0666b6b51aafabc9e1de475d67d5 100644
--- a/config/install/taxonomy.vocabulary.uw_vocab_service_categories.yml
+++ b/config/install/taxonomy.vocabulary.uw_vocab_service_categories.yml
@@ -1,6 +1,11 @@
 langcode: en
 status: true
-dependencies: {  }
+dependencies:
+  module:
+    - taxonomy_max_depth
+third_party_settings:
+  taxonomy_max_depth:
+    max_depth: 2
 name: 'Service categories'
 vid: uw_vocab_service_categories
 description: 'Categories for service content type'
diff --git a/uw_ct_service.info.yml b/uw_ct_service.info.yml
index b9c888d371ed411fa1f184a96bc3d01da14f260f..f7ed6c131b90c272098b41ffbfcef4391e8252c2 100644
--- a/uw_ct_service.info.yml
+++ b/uw_ct_service.info.yml
@@ -41,6 +41,7 @@ dependencies:
   - 'scheduler:scheduler'
   - 'scheduler_content_moderation_integration:scheduler_content_moderation_integration'
   - 'simple_sitemap:simple_sitemap'
+  - 'taxonomy_max_depth:taxonomy_max_depth'
   - 'term_reference_tree:term_reference_tree'
   - 'tvi:tvi'
   - 'uw_cfg_common:uw_cfg_common'