From 537c2ff3c283ad02ba598f4eaa366a118c59671a Mon Sep 17 00:00:00 2001 From: Jamie Magee Date: Mon, 23 Jun 2025 15:58:55 -0700 Subject: [PATCH] Add Dependabot configuration for .NET SDK updates --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 16a228a9fa..3815b417a8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,3 +16,13 @@ updates: schedule: # Check for updates to GitHub Actions every weekday interval: "daily" + - package-ecosystem: dotnet-sdk + directory: / + schedule: + interval: weekly + day: wednesday + ignore: + - dependency-name: '*' + update-types: + - version-update:semver-major + - version-update:semver-minor