From faecd0b4aaed70b7d51a6cfe384fc9593d85d207 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Mon, 1 Jul 2024 21:24:20 +0100 Subject: Remove dependabot configuration --- .github/dependabot.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 805b172..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,23 +0,0 @@ -version: 2 - -updates: - - package-ecosystem: "pip" - directory: "/" - schedule: - interval: "weekly" - reviewers: - - "python-discord/devops" - - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - reviewers: - - "python-discord/devops" - - - package-ecosystem: "gitsubmodule" - directory: "/" - schedule: - interval: "monthly" - reviewers: - - "python-discord/devops" -- cgit v1.2.3