Skip to content

ci: add Dependabot with grouped weekly updates#69

Merged
daniel3303 merged 1 commit into
masterfrom
chore/dependabot
May 14, 2026
Merged

ci: add Dependabot with grouped weekly updates#69
daniel3303 merged 1 commit into
masterfrom
chore/dependabot

Conversation

@daniel3303
Copy link
Copy Markdown
Owner

Summary

  • Adds .github/dependabot.yml for NuGet and GitHub Actions dependencies.
  • Groups related NuGet packages so a Microsoft.* / Npgsql / xunit / Testcontainers bump arrives as a single PR rather than a flood.
  • Caps each ecosystem at 3 open PRs to keep the review queue manageable.
  • GitHub Actions updates are bundled into one PR per week.

Code changes

  • .github/dependabot.yml — new config with four NuGet groups (microsoft, entityframework, testing, tooling) plus a single all-actions group for GitHub Actions.

Configures Dependabot v2 for nuget + github-actions ecosystems.

NuGet updates are grouped by area (microsoft, entityframework, testing,
tooling) so related packages bump in a single PR rather than spreading
across many. PR limit is 3 per ecosystem to keep review queue manageable.

GitHub Actions updates are bundled into one PR per week.
@daniel3303 daniel3303 merged commit fc507ce into master May 14, 2026
@daniel3303 daniel3303 deleted the chore/dependabot branch May 14, 2026 11:35
@codecov
Copy link
Copy Markdown

codecov Bot commented May 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.56%. Comparing base (205e71c) to head (5ad8971).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #69   +/-   ##
=======================================
  Coverage   99.56%   99.56%           
=======================================
  Files          25       25           
  Lines        1157     1157           
  Branches      128      128           
=======================================
  Hits         1152     1152           
  Misses          1        1           
  Partials        4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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