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

chore: auotmatically merge dependabot PRs #255

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

willmurphyscode
Copy link
Contributor

@willmurphyscode willmurphyscode commented Dec 11, 2023

If a dependabot PR bumps a patch or minor version, and tests are green, just merge it. This reduces toil for maintainers.

Workflow file is from anchore/quill/.github/workflows. See anchore/quill#220 and anchore/quill#221.

Note that I had to retry one test job due to a timeout, but it passed on the first retry and seems unrelated.

If a dependabot PR bumps a patch or minor version, and tests are green, just
merge it. This reduces toil for maintainers.

Signed-off-by: Will Murphy <[email protected]>
@willmurphyscode willmurphyscode merged commit 951d915 into main Dec 11, 2023
15 checks passed
@willmurphyscode willmurphyscode deleted the chore/auto-merge-dependabot-prs branch December 11, 2023 19:47
willmurphyscode added a commit that referenced this pull request Dec 11, 2023
willmurphyscode added a commit that referenced this pull request Dec 11, 2023
Dependabot PRs can't automatically be merged in this repo because there is built
javascript that is committed directly to the repo, and dependabot doesn't handle
that correctly right now.

This reverts commit 951d915.

Signed-off-by: Will Murphy <[email protected]>
willmurphyscode added a commit that referenced this pull request Dec 11, 2023
Dependabot PRs can't automatically be merged in this repo because there is built
javascript that is committed directly to the repo, and dependabot doesn't handle
that correctly right now.

This reverts commit 951d915.

Signed-off-by: Will Murphy <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants