chore(deps): add detection-only dependabot.yml (Renovate sole PR-opener)#61
chore(deps): add detection-only dependabot.yml (Renovate sole PR-opener)#61williaby wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA new Dependabot configuration file enables detection-only monitoring of Python package and GitHub Actions updates on a weekly schedule, with PR creation disabled via ChangesDependabot Detection Configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
There was a problem hiding this comment.
Pull request overview
Adds a Dependabot configuration in “detection-only” mode so that Dependabot continues to surface alerts while Renovate remains the only tool opening dependency update PRs.
Changes:
- Introduces
.github/dependabot.ymlwithopen-pull-requests-limit: 0to suppress Dependabot version update PRs. - Configures detection coverage for
pip(repo root) andgithub-actions(workflows) on a weekly schedule.
Summary
Adds a detection-only
.github/dependabot.ymlso Renovate remains the sole PR-opener while Dependabot alerts continue serving as the multi-ecosystem detection ledger.open-pull-requests-limit: 0suppresses Dependabot version PRs.Ecosystems included (verified against the clone)
pip— pyproject.toml + uv.lock presentgithub-actions— .github/workflows/ present (13 workflow files)npm and docker blocks omitted (no package.json, no Dockerfile).
Stage 4 Cat A (detection-only) fleet rollout.
Summary by CodeRabbit