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

build: automatically merge dependabot PRs on dependencies branch (if they pass tests) #2798

Merged
merged 7 commits into from
Jan 17, 2025

Conversation

paulschreiber
Copy link
Member

@paulschreiber paulschreiber commented Jan 9, 2025

Description

Sunday: Automatically merge dependabot PRs on depdendencies branch (if they pass tests). This will allow the merge queue to be auto-populated instead of requiring someone to click "add to queue" for each PR.

Monday: Create a PR for the dependencies branch into main (the merge queue should be empty at this point).

Saturday: Create a fresh dependencies branch.

@paulschreiber paulschreiber changed the title build: automatically merge dependabot PRs on depdendencies branch (if they pass tests) build: automatically merge dependabot PRs on dependencies branch (if they pass tests) Jan 9, 2025
@shrouxm
Copy link
Member

shrouxm commented Jan 15, 2025

can you clarify, is this automatically merging dependency updates into main? or into a dependency update branch which still needs to be manually merged into main?

@paulschreiber
Copy link
Member Author

It automatically merges dependencies (that pass checks) into the dependencies branch, not the main branch.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion: Could add a comment here that the auto-merge still gates on the build/test workflow succeeding

@paulschreiber paulschreiber merged commit 427ebf7 into main Jan 17, 2025
11 checks passed
@paulschreiber paulschreiber deleted the fix/auto-merge branch January 17, 2025 02:42
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.

3 participants