diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 50a17a3e8366..50bd25e6ad7f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,12 @@ version: 2 +registries: + public: + type: nuget-feed + url: https://api.nuget.org/v3/index.json updates: - package-ecosystem: nuget directory: "/" + registries: "public" schedule: interval: daily open-pull-requests-limit: 25