From 82a8a4c4126133570cf882b1de1286e3616b134a Mon Sep 17 00:00:00 2001 From: dforbes09 <115037544+dforbes09@users.noreply.github.com> Date: Thu, 28 Dec 2023 10:42:03 -0500 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b96a243..96a168b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,15 +4,6 @@ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates -# Update NPM version 2 for the entire repo on a weekly schedule -version: 2 -updates: - - package-ecosystem: "npm" # See documentation for possible values - directory: "/" # Location of package manifests - schedule: - interval: "weekly" - - # using group updates. # Any packages matching the pattern @angular* where the highest resolvable # version is minor or patch will be grouped together. @@ -36,9 +27,6 @@ updates: - "major" # Use `ignore` to specify dependencies that should not be updated - -version: 2 -updates: - package-ecosystem: "pip" directory: "/" schedule: