Satispress Updating Plugins to latest relase

I have Satispress set up in my project and configured. How does Satispress monitor for the latest release of the plugins which have been configured to be managed by Satispress in the WP back end? I see some of these plugins have a releases which are available on the plugin author’s site, but satispress is not finding it and using and older release. Running composer update in my project doesn’t seem to pick up the latest release eitiher.

Well, a tool like Dependabot or Renovate (and some other which name I can’t remember right) now.
But it would make sense to also have a CI pipeline in place, to check for issues after updating the plugins, before deploying to production.

1 Like