From a119bb556366d1fbe5c1cb47aea95e6f2502d8c8 Mon Sep 17 00:00:00 2001 From: mijpeterson <110266616+mijpeterson@users.noreply.github.com> Date: Thu, 29 Aug 2024 11:30:12 -0700 Subject: [PATCH] Configure nuget to use the public nuget feed. (#404) --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f39516c9..758cf9c5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,9 @@ # Set update schedule for GitHub Actions version: 2 +registries: + public-nuget: + type: nuget-feed + url: https://api.nuget.org/v3/index.json updates: - package-ecosystem: "github-actions" directory: "/" @@ -8,6 +12,7 @@ updates: interval: "weekly" - package-ecosystem: "nuget" directory: "/" + registries: "*" schedule: interval: "weekly" groups: