From 23447275f2f1e7c8db312fde37aaa394d0d34642 Mon Sep 17 00:00:00 2001 From: Alon Carmel Date: Wed, 1 Jan 2025 08:45:39 +0000 Subject: [PATCH] depentbot --- .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 00000000..e5f0302c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: 'npm' + directory: 'backend' + schedule: + interval: 'daily' \ No newline at end of file