From dfa4836a947dd27525a4bd1cc92da814c55ae3bf Mon Sep 17 00:00:00 2001 From: Shem Date: Mon, 30 Dec 2024 10:48:33 +0000 Subject: [PATCH] Add Dependabot configuration for daily npm updates in backend --- .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..0e4afbe --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "backend" + schedule: + interval: "daily"