From e1b6c18d61c472bac5ca3850f45c4c3c24d3ee4e Mon Sep 17 00:00:00 2001 From: SteveGilham Date: Fri, 6 Dec 2024 14:12:16 +0000 Subject: [PATCH] dontnet sdk updates per https://devblogs.microsoft.com/dotnet/using-dependabot-to-manage-dotnet-sdk-updates/ --- .github/dependabot.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 37c0507e4..ef7730342 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,9 @@ updates: directory: "/" # search in .github/workflows under root `/` schedule: interval: "weekly" # check for action update every week - - package-ecosystem: "nuget" # Enable version updates for nuget - directory: "/Build" + day: "wednesday" + - package-ecosystem: "dotnet-sdk" + directory: "/" schedule: - interval: "daily" # Check the nuget registry for updates every day (weekdays) schedule: + interval: "weekly" + day: "wednesday"