Skip to content

Group EF Core NuGet and dotnet-ef tool updates in dependabot#1094

Merged
BenjaminMichaelis merged 1 commit into
mainfrom
copilot/update-dependabot-references
May 13, 2026
Merged

Group EF Core NuGet and dotnet-ef tool updates in dependabot#1094
BenjaminMichaelis merged 1 commit into
mainfrom
copilot/update-dependabot-references

Conversation

Copilot AI commented May 13, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds an ef-core group to the nuget ecosystem in .github/dependabot.yml so that Microsoft.EntityFrameworkCore* NuGet packages (e.g. Microsoft.EntityFrameworkCore.Tools) and the dotnet-ef dotnet tool are batched into a single PR by Dependabot.

Previously these were opened as separate PRs (see #1091 and #1093). With this group, future updates to either will be combined automatically.

Changes

  • Added ef-core group under the nuget ecosystem groups section with patterns matching Microsoft.EntityFrameworkCore* and dotnet-ef

…pdates

Agent-Logs-Url: https://github.com/IntelliTect/EssentialCSharp.Web/sessions/3e6a4e78-2c56-464a-a1b2-6a5bf1d2d3b9

Co-authored-by: BenjaminMichaelis <22186029+BenjaminMichaelis@users.noreply.github.com>
Copilot AI requested a review from BenjaminMichaelis May 13, 2026 13:09
@BenjaminMichaelis BenjaminMichaelis marked this pull request as ready for review May 13, 2026 13:11
Copilot AI review requested due to automatic review settings May 13, 2026 13:11
@BenjaminMichaelis BenjaminMichaelis merged commit 6705ec1 into main May 13, 2026
7 checks passed
@BenjaminMichaelis BenjaminMichaelis deleted the copilot/update-dependabot-references branch May 13, 2026 13:11

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 updates the repository’s Dependabot configuration to group EF Core-related dependency updates so that EF Core NuGet packages and the dotnet-ef tool are batched into a single Dependabot PR, reducing update churn.

Changes:

  • Added an ef-core Dependabot group for Microsoft.EntityFrameworkCore* NuGet packages.
  • Included dotnet-ef in the same group so tool + package updates land together.

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.

3 participants