From f4a460528354e211954cf180c06731f79685321f Mon Sep 17 00:00:00 2001 From: Mohammed Aldaraji <71232730+theslash84@users.noreply.github.com> Date: Thu, 9 May 2024 09:48:30 -0400 Subject: [PATCH] Delete .github/dependabot.yml --- .github/dependabot.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index ba9f6fa..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,11 +0,0 @@ - -version: 2 -updates: - - package-ecosystem: "npm" # For Node.js projects using npm - directory: "/" # Location of package.json and package-lock.json - schedule: - interval: "weekly" # How often to check for updates - open-pull-requests-limit: 5 # Limits the number of open pull requests Dependabot will create - - -