Going over all the MRs created to update dependencies, general process:
- For pre-commit updates -> make sure the tests are passing, then merge
- For code dependencies upgrade -> run functional tests + merge (might need rebase right before if you merged the pre-commit already)
You can merge both before deploying, and deploy both at the same time, or deploy them one by one (a bit slow, runs the functional tests twice).
Fyi. the job that creates the MRs is, you should check that it did not fail just in case: