From fd865012ac53e5286120a36d7b368d1ab12a438f Mon Sep 17 00:00:00 2001 From: tigdav <47061880+tigdav@users.noreply.github.com> Date: Fri, 5 Jun 2026 09:40:44 +0300 Subject: [PATCH] chore: remove Dependabot configuration --- .github/dependabot.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 1788df6..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,19 +0,0 @@ -version: 2 -updates: - # Python dependencies (requirements.txt / requirements-dev.txt) - - package-ecosystem: "pip" - directory: "/backend" - schedule: - interval: "weekly" - open-pull-requests-limit: 5 - commit-message: - prefix: "chore(deps)" - - # GitHub Actions used in workflows - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - open-pull-requests-limit: 5 - commit-message: - prefix: "ci(deps)"