-
Notifications
You must be signed in to change notification settings - Fork 145
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
Auto-merge dependabot PRs when all checks pass #5147
Conversation
f06c110
to
9f27879
Compare
Images are ready for the commit at c036b81. To use with deploy scripts, first |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unless we can exclude front-end dependencies, then we can't turn auto-merge on.
@vjwilson How about making it opt-in. If dependebot is configured to add |
@janisz: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Description
Currently @dependabot PRs are handled by @stackrox/ui-dep-updaters and @stackrox/backend-dep-updaters this is fine but many times updates are small and could be automatically merged.
This PR adds automation that will approve and post
@dependabot squash and merge
comment. PR will be merged if all checks pass (not only required ones).Example: mdn/content#25142 (review)
Checklist
If any of these don't apply, please comment below.
Testing Performed
Tested it on kube-linter