From dadc5ed5e9b73dbf4f3e7e822fd02ba17243878a Mon Sep 17 00:00:00 2001 From: Simon Roy <49426163+PenguinBoi12@users.noreply.github.com> Date: Tue, 10 Mar 2026 02:07:08 -0400 Subject: [PATCH] Configure Dependabot for pip updates Updated Dependabot configuration to include pip ecosystem and changed update schedule to monthly. --- .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..55dbe85 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "monthly"