From 2b94345571023b25fcd102eba6432ab6c17effa4 Mon Sep 17 00:00:00 2001 From: a7hu-15 Date: Sat, 4 Jul 2026 10:40:53 +0530 Subject: [PATCH] ci: add dependabot configuration for automated updates --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..795f790f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/frontend" + schedule: + interval: "weekly" + - package-ecosystem: "pip" + directory: "/backend" + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"