Look at all of the open PRs in: https://github.com/wbstack/queryservice/pulls?q=is%3Apr+is%3Aopen+label%3Agithub_actions
Each of these should be merged in turn. After all the changes have been successfully merged we'll deploy the latest image to staging, check it works and then deploy to production.
Once they are all merged:
- Manually create a new tag on the latest commit
- Open PRs for staging/local and production in the wbaas-deploy repo to use the new image
- Ship this new image to staging. Check staging works and there isn't a spike in errors.
- Ship this new image to production. Check this also works and there's no spike in errors.
For any Dependabot PRs that can't be merged due to failing checks or complex additional dependencies we should open a ticket in the Engineering Backlog for and skip. If you see an easy, quick way to solve it go ahead and use your judgement though.