From 36e1c1ebb63c983e88002ad0bc1baf68e0f38939 Mon Sep 17 00:00:00 2001 From: Jon Koops Date: Sat, 29 Jul 2023 18:46:52 +0200 Subject: [PATCH] Add Dependabot to keep dependencies up-to-date --- .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