chore(#11007): group github-actions version updates into one PR - #11309
Merged
mrjones-plip merged 4 commits intoAug 6, 2026
Merged
Conversation
|
All checks passed — thank you @bc004346! This PR is ready for review. |
mrjones-plip
self-requested a review
August 6, 2026 14:07
mrjones-plip
approved these changes
Aug 6, 2026
mrjones-plip
left a comment
Contributor
There was a problem hiding this comment.
Thanks for jumping on this @bc004346 ! LGTM
This file contains hidden or 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
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.
Description
Adds a
groupsentry to thegithub-actionsecosystem in.github/dependabot.ymlso all GitHub Actions version updates are consolidated into a single pull request.The
github-actionsecosystem had nogroups, so it inherited Dependabot's defaultopen-pull-requests-limit: 5. With ~15 actions across the workflows, Dependabot fills its 5 open-PR slots and then stops opening new bumps — which is why action updates stopped appearing.Reproduced in a fork by enabling Dependabot version updates and forcing runs (Insights → Dependency graph → Dependabot → Check for updates):
github-actionsPRs and stopped. A deliberately-outdatedactions/checkoutnever got a PR — it was cut off by the 5-PR cap.checkout,docker/login-action,setup-buildx-action,configure-aws-credentials, etc.).Closes: #11007
Code review checklist
can_view_old_navigationpermission to see the old design. Test it has appropriate design for RTL languages.License
The software is provided under AGPL-3.0. Contributions to this project are accepted under the same license.