From 648c3907d7a6a14ca4aa70600238940acb706225 Mon Sep 17 00:00:00 2001 From: Benjamin Michaelis Date: Tue, 25 Jan 2022 13:42:24 -0800 Subject: [PATCH] Create dependabot.yml --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..79dd88cb1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "nuget" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily"