Skip to content

chore: add dependabot config (pip + github-actions)#54

Open
karlwaldman wants to merge 1 commit into
mainfrom
chore/add-dependabot
Open

chore: add dependabot config (pip + github-actions)#54
karlwaldman wants to merge 1 commit into
mainfrom
chore/add-dependabot

Conversation

@karlwaldman

Copy link
Copy Markdown
Member

Summary

Adds .github/dependabot.yml (weekly pip + github-actions updates, Monday, 5-PR cap, labelled dependencies). The repo previously had no Dependabot coverage.

Context from the dependency review that prompted this:

  • Runtime deps in pyproject.toml are floor-pinned ranges (httpx>=0.24, pydantic>=2, python-dateutil>=2.8) — PyPI users already resolve to current releases, nothing stale to bump.
  • pip-audit on a fresh dev install: no known vulnerabilities.
  • Weekly-health already runs pip-audit --strict (continue-on-error); Dependabot closes the gap for Actions pins and the dev toolchain.

No code changes; config only.

🤖 Generated with Claude Code

The repo had no dependabot.yml. Runtime deps are floor-pinned ranges so
users already get current releases; this keeps the CI actions and dev
toolchain from drifting silently.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jul 13, 2026

Copy link
Copy Markdown

Warning

Review limit reached

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

Next review available in: 41 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: defaults

Review profile: CHILL

Plan: Pro

Run ID: ab492973-1c42-488c-97aa-c4a6e58fe728

📥 Commits

Reviewing files that changed from the base of the PR and between 6cfa2d8 and 9f307df.

📒 Files selected for processing (1)
  • .github/dependabot.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/add-dependabot

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant