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 (#209)
We currently have to maintain Dependabot updates across 11 repos for the Water Abstraction Service. 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 Depedabot 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