Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add auto-merge GitHub workflow (#249)
We currently have to maintain Dependabot updates across 5 repos for the [Charging Module team](https://github.com/DEFRA/sroc-service-team). All we do when checking a Dependabot update is confirm it hasn't broken CI. We then approve and merge. We are not really adding any value to the process. So, to reduce the maintenance load on the team we have agreed that any Dependabot update that passes our CI build can be automatically merged. This adds [Dependabot Auto Merge](https://github.com/marketplace/actions/dependabot-auto-merge) to the repo which is a GitHub action that should handle this for us.
- Loading branch information