diff --git a/.dependabot/config.yml b/.dependabot/config.yml deleted file mode 100644 index ea81451ac9..0000000000 --- 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: "javascript" - directory: "/" - update_schedule: "weekly" diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..88ed31ffc7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: +- package-ecosystem: npm + directory: "/" + schedule: + interval: daily + time: "05:00" + timezone: America/Los_Angeles + assignees: + - "andschwa"