From 14e1faae4b07bc360c970cfbf81f5521fdac53ef Mon Sep 17 00:00:00 2001 From: Jon Koops Date: Sun, 30 Jul 2023 01:15:23 +0200 Subject: [PATCH] Add Dependabot to keep dependencies up-to-date (#172) Co-authored-by: Frederik Prijck --- .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..1fb0b58 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: npm + directory: / + schedule: + interval: daily