diff --git a/.dependabot/config.yml b/.dependabot/config.yml deleted file mode 100644 index 9747c904e..000000000 --- a/.dependabot/config.yml +++ /dev/null @@ -1,9 +0,0 @@ -version: 1 - -# update_schedule: live is only supported on javascript, ruby:bundler, python, php:composer, dotnet:nuget, rust:cargo, elixir:hex - -update_configs: - # Looks at the sln file in the root - - package_manager: "dotnet:nuget" - directory: "/" - update_schedule: "weekly" diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..f0a14b00a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: +- package-ecosystem: nuget + directory: "/" + schedule: + interval: daily + time: "05:00" + timezone: America/Los_Angeles + assignees: + - "andschwa"