From 73802c6c337c847c4cc603a4ececeb8f2113f6e3 Mon Sep 17 00:00:00 2001 From: Matthew Edmondson Date: Wed, 28 Feb 2024 12:38:13 +1100 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 0000000..073ff68 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: +- package-ecosystem: "nuget" + directory: "/" + schedule: + interval: "daily"