Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 13, 2026

Enables Dependabot to monitor and propose updates for the .NET SDK version specified in global.json.

Changes

  • Added dotnet-sdk package ecosystem to .github/dependabot.yml
    • Directory: / (monitors global.json in repository root)
    • Schedule: weekly checks (aligned with docker and github-actions ecosystems)

This complements existing Dependabot monitoring for NuGet packages, GitHub Actions, and Docker images. Dependabot will now create PRs when new .NET SDK versions are released (currently tracking 9.0.101).

Original prompt

On dependabot.yml, Add dotnet-sdk as a package ecosystem for dependabot https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference#package-ecosystem-


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: BenjaminMichaelis <22186029+BenjaminMichaelis@users.noreply.github.com>
Copilot AI changed the title [WIP] Add dotnet-sdk as a package ecosystem for dependabot Add dotnet-sdk package ecosystem to dependabot configuration Jan 13, 2026
@BenjaminMichaelis BenjaminMichaelis marked this pull request as ready for review January 13, 2026 22:22
Copilot AI review requested due to automatic review settings January 13, 2026 22:22
Copy link
Contributor

Copilot AI left a comment

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 adds .NET SDK version monitoring to the repository's Dependabot configuration, enabling automated pull requests when new .NET SDK versions are released.

Changes:

  • Added dotnet-sdk package ecosystem configuration to .github/dependabot.yml with weekly update checks

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.

2 participants