feat: Enable Dependabot for NuGet (src)#1653
Conversation
✅ Deploy Preview for testcontainers-dotnet ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
WalkthroughThe Dependabot configuration is updated to scope NuGet dependency updates to the Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Suggested labels
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In @.github/dependabot.yml:
- Line 14: The Dependabot config changed the NuGet updater's target to the entry
with "directory: /src", which unintentionally drops coverage for centrally
managed packages outside /src; update .github/dependabot.yml to restore NuGet
updates for the root-managed packages by either adding a separate NuGet update
block with "directory: /" (or other relevant paths like "build/", "tests/",
"examples/") alongside the existing "directory: /src" entry, or reintroduce a
root-level NuGet entry so the Directory.Packages.props-managed dependencies
continue to receive automated PRs.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro
Run ID: 10e7034f-0f21-4337-9d4b-86e3b6190cdd
📒 Files selected for processing (1)
.github/dependabot.yml
Summary by CodeRabbit