Skip to content

chore(deps): add detection-only dependabot.yml (Renovate sole PR-opener)#47

Merged
williaby merged 2 commits into
mainfrom
chore/dependabot-detection-only
Jun 10, 2026
Merged

chore(deps): add detection-only dependabot.yml (Renovate sole PR-opener)#47
williaby merged 2 commits into
mainfrom
chore/dependabot-detection-only

Conversation

@williaby

@williaby williaby commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Adds a detection-only .github/dependabot.yml with open-pull-requests-limit: 0 for each ecosystem, keeping Renovate as the sole PR-opener while Dependabot alerts (a repo setting) remain the multi-ecosystem detection ledger.

Ecosystems included (manifests verified present in clone):

  • pip (pyproject.toml + uv.lock)
  • github-actions (.github/workflows/ present)

Refs: standards CI-021 (amended), CI-074. Stage 4 Cat A.

Copilot AI review requested due to automatic review settings June 4, 2026 04:53
@coderabbitai

coderabbitai Bot commented Jun 4, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@williaby, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 44 minutes and 34 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

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.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 6463b842-4f46-454f-ab5b-fcc680883c48

📥 Commits

Reviewing files that changed from the base of the PR and between 3190641 and 38a2fe7.

📒 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/dependabot-detection-only

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 and usage tips.

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 introduces a .github/dependabot.yml intended to keep Dependabot in “detection-only” mode while continuing to use Renovate as the sole dependency-update PR opener.

Changes:

  • Add Dependabot v2 configuration for pip and github-actions ecosystems.
  • Set update cadence to weekly for both ecosystems.
  • Attempt to disable Dependabot PR creation via open-pull-requests-limit: 0 (see PR comments).

Comment thread .github/dependabot.yml
Comment on lines +2 to +15
# Detection-only: Renovate is the sole PR-opener. open-pull-requests-limit: 0
# suppresses Dependabot version PRs. Dependabot alerts (a repo setting) remain
# the multi-ecosystem detection ledger. Refs: standards CI-021 (amended), CI-074.
updates:
- package-ecosystem: "pip" # Python: pyproject.toml / requirements / uv
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 0
- package-ecosystem: "github-actions" # if .github/workflows/ present
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 0
@williaby williaby added the skip-changelog PR intentionally omits a CHANGELOG entry label Jun 10, 2026
@williaby williaby enabled auto-merge (squash) June 10, 2026 03:24
@sonarqubecloud

Copy link
Copy Markdown

@williaby williaby merged commit 0114299 into main Jun 10, 2026
27 of 30 checks passed
@williaby williaby deleted the chore/dependabot-detection-only branch June 10, 2026 03:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changelog PR intentionally omits a CHANGELOG entry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants