Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add auto-merge GitHub workflow #209

Merged
merged 2 commits into from
May 4, 2023
Merged

Add auto-merge GitHub workflow #209

merged 2 commits into from
May 4, 2023

Conversation

Cruikshanks
Copy link
Member

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 to the repo which is a GitHub action that should handle this for us.

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.
@Cruikshanks Cruikshanks added the housekeeping Refactoring, tidying up or other work which supports the project label May 4, 2023
@Cruikshanks Cruikshanks self-assigned this May 4, 2023
@Cruikshanks Cruikshanks marked this pull request as ready for review May 4, 2023 11:34
@Cruikshanks Cruikshanks merged commit dcf97ef into main May 4, 2023
@Cruikshanks Cruikshanks deleted the add-auto-merge-workflow branch May 4, 2023 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
housekeeping Refactoring, tidying up or other work which supports the project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants