VSConfigFinder icon indicating copy to clipboard operation
VSConfigFinder copied to clipboard

Add Dependabot configuration for .NET SDK updates

Open JamieMagee opened this issue 7 months ago • 0 comments

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/

JamieMagee avatar Jun 23 '25 21:06 JamieMagee