From 3d4d6fd14a6c39c1a6bfb6cb94edf86b14314b21 Mon Sep 17 00:00:00 2001 From: Glenn <5834289+glennawatson@users.noreply.github.com> Date: Wed, 6 Jan 2021 13:23:38 +1100 Subject: [PATCH] housekeeping: Add dependabot configuration file. --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..58ca347a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: +- package-ecosystem: nuget + directory: "/samples" + schedule: + interval: daily + time: "00:00" + open-pull-requests-limit: 10 +- package-ecosystem: nuget + directory: "/src" + schedule: + interval: daily + time: "00:00" + open-pull-requests-limit: 10