-
Notifications
You must be signed in to change notification settings - Fork 20.6k
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: Group dependabot PRs updating GitHub Actions #5503
Merged
Merged
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
We have monthly automatic dependabot PRs for GitHub Actions. Unfortunately, as of now we get a separate PR for every dependency which is a bit spammy compared to regular commits updating source. Thankfully, there's now a way to tell dependabot to submit a single PR per a defined group. This change defines a single group to have a single dependabot PR for all action updates.
timmywil
approved these changes
Jun 5, 2024
mgol
added a commit
that referenced
this pull request
Jun 5, 2024
We have monthly automatic dependabot PRs for GitHub Actions. Unfortunately, as of now we get a separate PR for every dependency which is a bit spammy compared to regular commits updating source. Thankfully, there's now a way to tell dependabot to submit a single PR per a defined group. This change defines a single group to have a single dependabot PR for all action updates. Closes gh-5503 (cherry picked from commit 3cac146)
mgol
added a commit
to mgol/jquery-ui
that referenced
this pull request
Jul 5, 2024
We have monthly automatic dependabot PRs for GitHub Actions. Unfortunately, as of now we get a separate PR for every dependency which is a bit spammy compared to regular commits updating source. Thankfully, there's now a way to tell dependabot to submit a single PR per a defined group. This change defines a single group to have a single dependabot PR for all action updates. Ref jquery/jquery#5503
mgol
added a commit
to jquery/jquery-ui
that referenced
this pull request
Jul 8, 2024
We have monthly automatic dependabot PRs for GitHub Actions. Unfortunately, as of now we get a separate PR for every dependency which is a bit spammy compared to regular commits updating source. Thankfully, there's now a way to tell dependabot to submit a single PR per a defined group. This change defines a single group to have a single dependabot PR for all action updates. Closes gh-2267 Ref jquery/jquery#5503
mgol
added a commit
to mgol/jquery-migrate
that referenced
this pull request
Jul 8, 2024
We have monthly automatic dependabot PRs for GitHub Actions. Unfortunately, as of now we get a separate PR for every dependency which is a bit spammy compared to regular commits updating source. Thankfully, there's now a way to tell dependabot to submit a single PR per a defined group. This change defines a single group to have a single dependabot PR for all action updates. Ref jquery/jquery#5503
mgol
added a commit
to jquery/jquery-migrate
that referenced
this pull request
Jul 9, 2024
We have monthly automatic dependabot PRs for GitHub Actions. Unfortunately, as of now we get a separate PR for every dependency which is a bit spammy compared to regular commits updating source. Thankfully, there's now a way to tell dependabot to submit a single PR per a defined group. This change defines a single group to have a single dependabot PR for all action updates. Closes gh-517 Ref jquery/jquery#5503
mgol
added a commit
to mgol/api.jquery.com
that referenced
this pull request
Jul 12, 2024
Also, set up automatic Dependabot updates of actions grouped into a single PR as Core does. Ref jquery/jquery#5503
mgol
added a commit
to mgol/api.jquery.com
that referenced
this pull request
Sep 6, 2024
Also, set up automatic Dependabot updates of actions grouped into a single PR as Core does. Ref jquery/jquery#5503
mgol
added a commit
to mgol/api.jquery.com
that referenced
this pull request
Sep 6, 2024
Also, set up automatic Dependabot updates of actions grouped into a single PR as Core does. Ref jquery/jquery#5503
mgol
added a commit
to mgol/api.jquery.com
that referenced
this pull request
Sep 14, 2024
Also, set up automatic Dependabot updates of actions grouped into a single PR as Core does. Ref jquery/jquery#5503
mgol
added a commit
to mgol/api.jquery.com
that referenced
this pull request
Sep 14, 2024
Also, set up automatic Dependabot updates of actions grouped into a single PR as Core does. Ref jquery/jquery#5503
mgol
added a commit
to jquery/api.jquery.com
that referenced
this pull request
Sep 30, 2024
Also, set up automatic Dependabot updates of actions grouped into a single PR as Core does. Ref jquery/jquery#5503 Closes gh-1248
mgol
added a commit
to mgol/api.jqueryui.com
that referenced
this pull request
Oct 7, 2024
Also, set up automatic Dependabot updates of actions grouped into a single PR as Core does. Ref jquery/jquery#5503 Ref jquery/api.jquery.com#1248
mgol
added a commit
to mgol/api.jqueryui.com
that referenced
this pull request
Oct 7, 2024
Also, set up automatic Dependabot updates of actions grouped into a single PR as Core does. Ref jquery/jquery#5503 Ref jquery/api.jquery.com#1248
mgol
added a commit
to jquery/api.jqueryui.com
that referenced
this pull request
Oct 26, 2024
Also, set up automatic Dependabot updates of actions grouped into a single PR as Core does. Closes gh-365 Ref jquery/jquery#5503 Ref jquery/api.jquery.com#1248
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.
Summary
We have monthly automatic dependabot PRs for GitHub Actions. Unfortunately, as of now we get a separate PR for every dependency which is a bit spammy compared to regular commits updating source.
Thankfully, there's now a way to tell dependabot to submit a single PR per a defined group. This change defines a single group to have a single dependabot PR for all action updates.
Example PR: mgol#12
PR title: "Build: Bump the github-actions group with 2 updates". I thought using
GitHub Actions
as the group name (which is a Yaml key independabot.yml
) would be more readable but the title is the same; it must be normalizing this name.Screenshot:
Checklist
New tests have been added to show the fix or feature worksIf needed, a docs issue/PR was created at https://github.com/jquery/api.jquery.com