Skip to content

Add dependabot group for coverlet packages#791

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/add-dependabot-group-coverlet
Draft

Add dependabot group for coverlet packages#791
Copilot wants to merge 2 commits intomainfrom
copilot/add-dependabot-group-coverlet

Conversation

Copy link

Copilot AI commented Mar 17, 2026

Multiple coverlet NuGet packages updating independently generates noisy, redundant PRs. Grouping them consolidates updates into a single PR.

Changes

  • Added a groups entry under the nuget ecosystem in .github/dependabot.yml that matches all coverlet.* packages (e.g. coverlet.collector, coverlet.msbuild)
groups:
  coverlet:
    patterns:
      - "coverlet.*"
Original prompt

This section details on the original issue you should resolve

<issue_title>add a dependabot group for coverlet</issue_title>
<issue_description>this will reduce the number of pull requests we get</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: baywet <7905502+baywet@users.noreply.github.com>
Copilot AI changed the title [WIP] Add a dependabot group for coverlet Add dependabot group for coverlet packages Mar 17, 2026
Copilot AI requested a review from baywet March 17, 2026 20:46
@sonarqubecloud
Copy link

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.

add a dependabot group for coverlet

2 participants