-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Batch Dependabot PRs #19745
Merged
Merged
Batch Dependabot PRs #19745
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
codingllama
approved these changes
Jan 3, 2023
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.
Thanks for putting this together. LGTM.
Leverages https://github.com/Legal-and-General/dependabot-batcher to create and/or maintain a merged PR (and branch) of all the Dependabot PRs and close them as they are merged in, leaving a single Dependabot PR behind. The Dependabot schedule is set for Sunday at 9:00am and the batcher workflow is configured to run Sunday at 9:00pm. All workflows that run on pull requests open have been configured to ignore branches prefixed with `dependabot/`. Since the dependabot PRs are all going to be closed and batched there is no need to waste CI minutes on them. Any new workflows will require the same check to prevent running on dependabot PRs.
rosstimothy
force-pushed
the
tross/dependabot_batcher
branch
from
January 4, 2023 18:59
82593b4
to
00034eb
Compare
rosstimothy
requested review from
klizhentas,
russjones,
r0mant and
zmb3
as code owners
January 4, 2023 20:16
zmb3
approved these changes
Jan 4, 2023
codingllama
approved these changes
Jan 4, 2023
@rosstimothy I'm one of the creators of the Dependabot Batcher. Please let us know how you get on with it, and if you have any suggestions! |
reedloden
added a commit
that referenced
this pull request
Nov 28, 2023
The bypass `if` for dependabot PRs added in #19745 is failing `dependency-review` due to this workflow effectively just proxying to another workflow in `shared-workflows`. This is causing the workflow to not run at all, and since it's required, it's causing dependabot PRs to not pass status checks. Remove the bypass for now to make checks pass again.
github-merge-queue bot
pushed a commit
that referenced
this pull request
Nov 28, 2023
The bypass `if` for dependabot PRs added in #19745 is failing `dependency-review` due to this workflow effectively just proxying to another workflow in `shared-workflows`. This is causing the workflow to not run at all, and since it's required, it's causing dependabot PRs to not pass status checks. Remove the bypass for now to make checks pass again.
github-actions bot
pushed a commit
that referenced
this pull request
Nov 28, 2023
The bypass `if` for dependabot PRs added in #19745 is failing `dependency-review` due to this workflow effectively just proxying to another workflow in `shared-workflows`. This is causing the workflow to not run at all, and since it's required, it's causing dependabot PRs to not pass status checks. Remove the bypass for now to make checks pass again.
github-actions bot
pushed a commit
that referenced
this pull request
Nov 28, 2023
The bypass `if` for dependabot PRs added in #19745 is failing `dependency-review` due to this workflow effectively just proxying to another workflow in `shared-workflows`. This is causing the workflow to not run at all, and since it's required, it's causing dependabot PRs to not pass status checks. Remove the bypass for now to make checks pass again.
github-actions bot
pushed a commit
that referenced
this pull request
Nov 28, 2023
The bypass `if` for dependabot PRs added in #19745 is failing `dependency-review` due to this workflow effectively just proxying to another workflow in `shared-workflows`. This is causing the workflow to not run at all, and since it's required, it's causing dependabot PRs to not pass status checks. Remove the bypass for now to make checks pass again.
github-merge-queue bot
pushed a commit
that referenced
this pull request
Nov 28, 2023
The bypass `if` for dependabot PRs added in #19745 is failing `dependency-review` due to this workflow effectively just proxying to another workflow in `shared-workflows`. This is causing the workflow to not run at all, and since it's required, it's causing dependabot PRs to not pass status checks. Remove the bypass for now to make checks pass again.
github-merge-queue bot
pushed a commit
that referenced
this pull request
Nov 28, 2023
The bypass `if` for dependabot PRs added in #19745 is failing `dependency-review` due to this workflow effectively just proxying to another workflow in `shared-workflows`. This is causing the workflow to not run at all, and since it's required, it's causing dependabot PRs to not pass status checks. Remove the bypass for now to make checks pass again.
github-merge-queue bot
pushed a commit
that referenced
this pull request
Nov 28, 2023
The bypass `if` for dependabot PRs added in #19745 is failing `dependency-review` due to this workflow effectively just proxying to another workflow in `shared-workflows`. This is causing the workflow to not run at all, and since it's required, it's causing dependabot PRs to not pass status checks. Remove the bypass for now to make checks pass again.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Leverages https://github.com/Legal-and-General/dependabot-batcher to create and/or maintain a merged PR (and branch) of all the Dependabot PRs and close them as they are merged in, leaving a single Dependabot PR behind.
The Dependabot schedule is set for Sunday at 9:00am and the batcher workflow is configured to run Sunday at 9:00pm.
All workflows that run on pull requests open have been configured to ignore branches prefixed with
dependabot/
. Since the dependabot PRs are all going to be closed and batched there is no need to waste CI minutes on them. Any new workflows will require the same check to prevent running on dependabot PRs.