diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e5c8715..f10b596 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,6 @@ version: 2 updates: - # Enable version updates for nuget - package-ecosystem: "nuget" - # Look for NuGet dependency info from the `root` directory - directory: "/src" - # Check the nuget registry for updates every day (weekdays) schedule: - interval: "daily" + directory: "/src" + schedule: + interval: "daily"