From 51a1acae53f802f01e9b1b56ef74f5fec50de3e6 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 8 May 2023 20:06:58 +0200 Subject: [PATCH] Created the dependabot.yml --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..98e13bb --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: 'npm' + directory: '/' + schedule: + interval: 'daily' + - package-ecosystem: 'npm' + directory: '/client' + schedule: + interval: 'daily' \ No newline at end of file