In Drupal CMS I have almost gotten cleared for automatic updates but a folder introduced by the host company which they use to manage their custom plugins, the folder called .nc_plugin has blocked the way.
This is a shared hosting account.
The error message is
Your site does not pass some readiness checks for automatic updates. It cannot be automatically updated until further action is performed.
RecursiveDirectoryIterator::__construct(/home/username/.nc_plugin): Failed to open directory: Permission denied
I installed Drupal CMS with Composer. Which pulled in many recipes, at version 1.0.3. The recipe of note -- drupal_cms_starter -- pulls in the CMS Olivero theme -- drupal_cms_olivero, but somehow locks Olivero at version 1.03.
CMS Olivero is now at version 1.1, and the site nags that the theme is out of date.
Using Composer, per regular procedure, to update the theme alone fails, because the cms_starter recipe has locked the theme at version 1.0.3.