We should add a task that automatically updates the dependencies of the build. The minimum requirements:
- Be able to create a commit per dependency update so that the dependencies can be checked and bisected for finding issues
- It should be able to limit updates so that only appropriate versions are accepted (i.e. we don't want a major version update during a patch release)
- It should be able to create github issues and commits that resolve those issues in an automated fashion