renovate: group GitHub Actions updates into fewer PRs#533
Merged
rapids-bot[bot] merged 3 commits intomainfrom May 6, 2026
Merged
renovate: group GitHub Actions updates into fewer PRs#533rapids-bot[bot] merged 3 commits intomainfrom
rapids-bot[bot] merged 3 commits intomainfrom
Conversation
Member
Author
|
Thanks! I'll merge this, then try closing those open PRs and asking renovate to make a new one. |
Member
Author
|
/merge |
This was referenced May 6, 2026
rapids-bot Bot
pushed a commit
that referenced
this pull request
May 6, 2026
#533 added configuration to group together updates, but it did so in a `renovate.json` rule group that has `enabled: false`. I think that's why we didn't get any new updates, even when I checked the box on #128 asking Renovate to re-run. This fixes that. Other reasons? Yet another GitHub outage with pull requests 🙃 https://www.githubstatus.com/incidents/f5pb5d5mr9yh ## Notes for Reviewers I've specifically chosen this branch name + checked the box to run renovate on #128. According to the Renovate docs, that should trigger a check on the config: https://docs.renovatebot.com/config-validation/#validation-of-renovate-config-change-prs Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Gil Forsyth (https://github.com/gforsyth) URL: #534
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.
Proposes grouping all
renovateupdates to third-party GitHub Actions into a single PR, to reduce notifications and review effort.We almost always accept all of these, so getting individual PRs like this is just extra work for no benefit:
Notes for Reviewers
This has been working well in the
dockerrepo: rapidsai/docker#823