From 9106c4506fe837b9cf2336464072fe39326e25b1 Mon Sep 17 00:00:00 2001 From: Christian Frenzl Date: Sun, 20 Feb 2022 23:29:06 +0100 Subject: [PATCH] ci: add dependabot config --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..b4966f1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: 'npm' + directory: '/' + schedule: + interval: 'daily' + assignees: + - 'chrisEff'