Skip to content

fix: 🔧 Consolidate codeql dependabot updates - #779

Merged
evaline-ju merged 1 commit into
rossoctl:mainfrom
evaline-ju:codeql-consolidate
Aug 19, 2026
Merged

fix: 🔧 Consolidate codeql dependabot updates#779
evaline-ju merged 1 commit into
rossoctl:mainfrom
evaline-ju:codeql-consolidate

Conversation

@evaline-ju

Copy link
Copy Markdown
Contributor

Summary

Most of the codeql dependabot PRs like #772 and #774 can't function / pass CI without each other. The init, autobuild, and analyze updates have to go together. Previous manual consolidations were made like #746 and #748 but this has become tedious with every update. This updates the dependabot config to consolidate the codeql updates.

Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com>
@coderabbitai

coderabbitai Bot commented Aug 19, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@evaline-ju, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 1 minute

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits within each organization.

For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: b1813e12-3ec6-46e0-ada1-16b2a80d5f1a

📥 Commits

Reviewing files that changed from the base of the PR and between c25d42d and 55702ae.

📒 Files selected for processing (1)
  • .github/dependabot.yml

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@evaline-ju evaline-ju added the ready-for-ai-review Request automated AI code review from clawgenti label Aug 19, 2026

@clawgenti clawgenti left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

This PR adds a groups block to .github/dependabot.yml to consolidate CodeQL action updates — a clean, targeted config change that addresses the manual consolidation toil described in the summary.

All checks pass. Ready for human review.


Reviewed by clawgenti using the github-pr-review skill

@evaline-ju evaline-ju added ready-for-human-review AI review passed, ready for human reviewer and removed ready-for-ai-review Request automated AI code review from clawgenti labels Aug 19, 2026

@cwiklik cwiklik left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Summary

Adds a groups entry to .github/dependabot.yml so github/codeql-action/* updates land in a single Dependabot PR instead of separate init/autobuild/analyze bumps that can't pass CI independently — eliminating the recurring manual consolidation (#746/#748).

Verified: the groups.codeql-action block is correctly nested under package-ecosystem: github-actions (not one of the gomod blocks, where it would be a silent no-op), the indentation and grouping syntax are valid, and the github/codeql-action/* pattern matches the actions in question. Well-justified, well-scoped maintenance fix. DCO signed, CI green (20 checks), no .claude//.vscode/ changes.

Approving.

Author: evaline-ju (MEMBER — maintainer)
Areas reviewed: CI config (Dependabot / GitHub Actions), YAML
CI: 20 green; Spellcheck skipping.

@evaline-ju
evaline-ju merged commit 0325a55 into rossoctl:main Aug 19, 2026
26 of 27 checks passed
@evaline-ju
evaline-ju deleted the codeql-consolidate branch August 19, 2026 18:00
@github-project-automation github-project-automation Bot moved this from New/ToDo to Done in Rossoctl Issue Prioritization Aug 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready-for-human-review AI review passed, ready for human reviewer

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants