From 2f3600998c41e4ed38462411231464786ec394c8 Mon Sep 17 00:00:00 2001 From: IhateTrains Date: Thu, 21 Nov 2024 12:16:19 +0100 Subject: [PATCH] Add dotnet-sdk to dependabot (#690) --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dda21808..26d40092 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,6 +14,11 @@ updates: schedule: interval: "weekly" + - package-ecosystem: "dotnet-sdk" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" # Workflow files stored in the # default location of `.github/workflows`