From 201f382789674fcb3c860e02b5fdd3742b9d9c74 Mon Sep 17 00:00:00 2001 From: Mark Hoek Date: Wed, 19 May 2021 14:50:39 +0200 Subject: [PATCH] Add Dependabot configuration (#50) --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..73efb99 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +# Please see the documentation for all configuration options: +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "nuget" + directory: "SpecFlow.DependencyInjection" + schedule: + interval: "daily"