From 4ee4316b911d1a575febb73fd1a6716587042f50 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sun, 17 Dec 2023 13:08:25 +0100 Subject: [PATCH] Delete .github/workflows/dependabot.yml --- .github/workflows/dependabot.yml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml deleted file mode 100644 index 2b77c4d..0000000 --- a/.github/workflows/dependabot.yml +++ /dev/null @@ -1,10 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "pip" - directory: "/" - schedule: - interval: "daily" - - package-ecosystem: github-actions - directory: "/" - schedule: - interval: "daily"