From 8797cc4ecd9dbeb8d297d4f9a1c6669b898717c9 Mon Sep 17 00:00:00 2001 From: Moritz Ruth Date: Fri, 26 Feb 2021 10:43:26 +0100 Subject: [PATCH] Setup Dependabot --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..7b2ee3a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: npm + directory: "/" + schedule: + interval: daily