From 4f2c8c4a81f67ffc5c4d1672faa563c4d40a19a6 Mon Sep 17 00:00:00 2001 From: Vitalii Mikhailov Date: Sun, 1 Oct 2023 10:32:22 +0300 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c50b1d59..52113c60 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,18 @@ version: 2 registries: - nuget-butr: + nuget.org: + type: nuget-feed + url: https://api.nuget.org/v3/index.json + github.butr: type: nuget-feed url: https://nuget.pkg.github.com/BUTR/index.json username: Aragas password: ${{secrets.NUGET_KEY}} updates: - package-ecosystem: nuget + registries: + - nuget.org + - github.butr directory: / schedule: interval: daily