From dac0769a1cf530f8754f3aa0b849f4393b7878c1 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Fri, 20 Nov 2020 15:33:53 -0500 Subject: [PATCH] - adds dependabot configuration for repo --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..a979ac390 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: +- package-ecosystem: nuget + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10