From 1f918054f9c091cf0c62fe2bb659adddcfc413b7 Mon Sep 17 00:00:00 2001 From: Jamie Magee Date: Mon, 23 Jun 2025 14:08:23 -0700 Subject: [PATCH] Add Dependabot configuration for .NET SDK updates --- .github/dependabot.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1d9c02ae..2ef30ce4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,7 +10,6 @@ updates: # - assignee_one # reviewers: # - reviewer_one - - package-ecosystem: "nuget" # location of package manifests directory: "/" @@ -24,5 +23,14 @@ updates: # - assignee_one # reviewers: # - reviewer_one - + - package-ecosystem: dotnet-sdk + directory: / + schedule: + interval: weekly + day: wednesday + ignore: + - dependency-name: '*' + update-types: + - version-update:semver-major + - version-update:semver-minor # Built with ❤ by [Pipeline Foundation](https://pipeline.foundation)