diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f39516c..758cf9c 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: