From 41258fbc0d589429ac7cf39f70e0fea639944496 Mon Sep 17 00:00:00 2001 From: "Artyom V. Gorchakov" Date: Tue, 23 Feb 2021 17:11:51 +0300 Subject: [PATCH] housekeeping: Create dependabot.yml --- .github/workflows/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 0000000000..58ca347a7a --- /dev/null +++ b/.github/workflows/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