Skip to content

Add Dependabot configuration for .NET SDK updates #336

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JamieMagee
Copy link
Member

This PR adds Dependabot configuration to automatically manage .NET SDK version updates in global.json.

This configuration will:

  • Monitor the global.json file for .NET SDK version updates
  • Create pull requests when new SDK versions are available
  • Help keep the project secure with the latest SDK patches

For more information, see: https://devblogs.microsoft.com/dotnet/using-dependabot-to-manage-dotnet-sdk-updates/

@Copilot Copilot AI review requested due to automatic review settings June 23, 2025 21:27
@JamieMagee JamieMagee requested a review from a team as a code owner June 23, 2025 21:27
@github-actions github-actions bot added Build: Automation Tags changes to Build Automation area From Fork This PR was created from a Fork labels Jun 23, 2025
Copy link
Contributor

@Copilot 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

Adds a Dependabot configuration entry to monitor and update the .NET SDK version defined in global.json on a weekly schedule, while ignoring major and minor updates.

  • Introduces a dotnet-sdk package-ecosystem block under updates
  • Configures weekly scans every Wednesday
  • Ignores semver-major and semver-minor updates (allowing only patch updates)
Comments suppressed due to low confidence (2)

.github/dependabot.yml:16

  • Ensure this new - package-ecosystem entry is indented to match the other updates: list items exactly; misaligned YAML sequence markers can cause parse errors.
  - package-ecosystem: dotnet-sdk

.github/dependabot.yml:26

  • [nitpick] Consider removing the leftover commented-out stub lines (26–28) if they’re no longer needed, to keep the configuration file clean and focused.
#- package-ecosystem: dotnet-sdk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build: Automation Tags changes to Build Automation area From Fork This PR was created from a Fork
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant