diff --git a/lakedrops.yml b/lakedrops.yml
index efe0806df0ea42cc9f2b57555f32263f2d5ee63b..ca705993b2d4d176d99ff078aabb047fbe49aa6d 100644
--- a/lakedrops.yml
+++ b/lakedrops.yml
@@ -35,6 +35,7 @@ variables:
   LAKEDROPS_DEBUG: 0
   LOCALDBFILE: none
   NAMESPACES_CHECK_UPDATE: drupal/* drush/* lakedrops/*
+  OUTDATED_EXTRAS: ''
   PHP_MAJOR_VERSION: 8
   PHP_MINOR_VERSION: 1
   PROJECT_BRANCH: $CI_COMMIT_REF_NAME
diff --git a/test-and-deploy.yml b/test-and-deploy.yml
index 9e3ab2b224ea7b6f4aaf17c554e84025807a5bf3..308451394d83cd19a3466504b5abd7b82b12bb22 100644
--- a/test-and-deploy.yml
+++ b/test-and-deploy.yml
@@ -768,8 +768,8 @@ Debug:
     - !reference [.prepareaccess, before_script]
     - !reference [.preparecomposerplugins, before_script]
   script:
-    - composer outdated --patch-only --strict --no-interaction
-    - composer outdated --minor-only --strict --no-interaction
+    - composer outdated --minor-only --strict --no-interaction $OUTDATED_EXTRAS
+    - composer outdated --patch-only --strict --no-interaction $OUTDATED_EXTRAS
   rules:
     - if: $IGNORE_COMPOSER_EXTENDED_AUDIT == "0"
       when: always