From d7f2bcb72dfd8c3c5706d29207a894f3a496e7ab Mon Sep 17 00:00:00 2001 From: Bradley Hart Date: Fri, 23 Apr 2021 13:31:49 -0400 Subject: [PATCH] Removing NPM from dependabot for now --- .github/dependabot.yml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 41286f9d0..02802948a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,30 +18,3 @@ updates: schedule: interval: "weekly" target-branch: "release/22.0.x" - - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "daily" - target-branch: "develop" - allowed_updates: - - match: - update_type: "security" - - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "daily" - target-branch: "release/21.0.x" - allowed_updates: - - match: - update_type: "security" - - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "daily" - target-branch: "release/22.0.x" - allowed_updates: - - match: - update_type: "security"