drupal_cms_admin_ui installs automatic_updates but does not require it.
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3561323. --> Reported by: [thejimbirch](https://www.drupal.org/user/2507260) Related to !705 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>If you require and apply only the drupal_cms_admin_ui recipe, you will quickly learn that automatic_updates is missing from the composer.json</p> <pre>In RecipeFileException.php line 56:<br><br>&nbsp; Validation errors were found in ../recipes/drupal_cms_admin_ui/recipe.yml:<br>&nbsp; - [install][1]: "automatic_updates" is not a known module or theme.<br>&nbsp; - [install][2]: "automatic_updates_extensions" is not a known module or theme.</pre><h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>MR to follow.</p>
issue