From bd28173de622e5d867799cf82ded36d50c68bda9 Mon Sep 17 00:00:00 2001 From: Juan Calderon-Perez <835733+gaby@users.noreply.github.com> Date: Sun, 6 Apr 2025 22:33:34 -0400 Subject: [PATCH] Track backend/requirements.txt updates --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4ffd1331d..ed93957ea 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,12 @@ updates: interval: monthly target-branch: 'dev' + - package-ecosystem: pip + directory: '/backend' + schedule: + interval: monthly + target-branch: 'dev' + - package-ecosystem: npm directory: '/' schedule: