From 530714b8c62ebc23613ffcc15616ef11eba60fd6 Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Wed, 12 May 2021 13:18:43 -0500 Subject: [PATCH] add Dependabot support --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..e26d0fe --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: +- package-ecosystem: nuget + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + target-branch: dev \ No newline at end of file