From ef04e4968bc50e6817f11d5a53a68f70661f7ae2 Mon Sep 17 00:00:00 2001 From: Saptak S Date: Tue, 13 Feb 2024 01:46:58 +0530 Subject: Removes dependabot.yml to stop auto-update PRs in the repo --- .github/dependabot.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 155af3d3..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,17 +0,0 @@ -version: 2 -updates: - - - package-ecosystem: "pip" - directory: "/cli" - schedule: - interval: "weekly" - - - package-ecosystem: "pip" - directory: "/desktop" - schedule: - interval: "weekly" - - - package-ecosystem: "pip" - directory: "/docs" - schedule: - interval: "weekly" \ No newline at end of file -- cgit v1.2.3-54-g00ecf