Skip to content

Run Dependabot updates weekly and group CodeQL updates#750

Merged
oschwald merged 2 commits into
mainfrom
wstorey/stf-983-run-github-actions-dependabot-updates-weekly-and-group
Jul 21, 2026
Merged

Run Dependabot updates weekly and group CodeQL updates#750
oschwald merged 2 commits into
mainfrom
wstorey/stf-983-run-github-actions-dependabot-updates-weekly-and-group

Conversation

@horgh

@horgh horgh commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

We now review dependency updates weekly rather than daily, so switch every Dependabot update schedule to weekly on Monday mornings.

Also group the github/codeql-action subpath actions (init, analyze, autobuild): Dependabot treats them as separate dependencies and opens a separate PR for each, but CI fails unless they are all updated together. Grouping them makes the updates arrive as a single PR.

🤖 Generated with Claude Code

horgh and others added 2 commits July 21, 2026 18:49
We now review dependency updates weekly rather than daily, so daily
update runs only generate churn. Check for updates once a week on
Monday morning instead.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Dependabot treats the github/codeql-action subpath actions (init,
analyze, autobuild) as separate dependencies and opens a separate PR
for each. CI fails unless they are all updated together. Group them so
that they arrive as a single PR.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 21, 2026 18:50

Copilot AI 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.

Pull request overview

This PR updates the repository’s Dependabot configuration to align with a weekly dependency review cadence and to reduce CI breakage/noise from fragmented CodeQL Action updates.

Changes:

  • Switched the Maven and GitHub Actions Dependabot update schedules from daily to weekly (Mondays at 14:00).
  • Added a Dependabot group for github/codeql-action* so init/analyze/autobuild update together in a single PR.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@coderabbitai

coderabbitai Bot commented Jul 21, 2026

Copy link
Copy Markdown

Warning

Review limit reached

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

Next review available in: 57 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

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 for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 6737d813-6d11-48dc-beb1-d38ae3426629

📥 Commits

Reviewing files that changed from the base of the PR and between 018feb6 and 9f69e3f.

📒 Files selected for processing (1)
  • .github/dependabot.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch wstorey/stf-983-run-github-actions-dependabot-updates-weekly-and-group

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.

@oschwald
oschwald merged commit 98f4606 into main Jul 21, 2026
32 checks passed
@oschwald
oschwald deleted the wstorey/stf-983-run-github-actions-dependabot-updates-weekly-and-group branch July 21, 2026 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants