From 94eabce7e7bcdb6d3a3b6911dae64a38b2944c5b Mon Sep 17 00:00:00 2001 From: anoracleofra-code Date: Thu, 26 Mar 2026 06:22:34 -0600 Subject: [PATCH] chore: remove Dependabot config Dependency bumps will be handled manually to avoid noisy PRs. Co-Authored-By: Claude Opus 4.6 --- .github/dependabot.yml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 397cf24..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,10 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "npm" - directory: "/frontend" - schedule: - interval: "weekly" - - package-ecosystem: "pip" - directory: "/backend" - schedule: - interval: "weekly"