Feature request: Update recipes non interactive
trsteel88 opened this issue · 0 comments
trsteel88 commented
I have quite a few instances where recipes require an update but there are no changes (other than to the symfony.lock file).
It seems pointless to have to run update, commit, run update commit, etc..
It would be good if there was a non interactive command that could be run which goes through each recipe and syncs it if it only changes the symfony.lock. This would reduce the number of manual executions for bundles. We would then be able to write GitHub workflows for personal projects to automatically handle these changes.