From 5476cdfee2969639ebceaf8b1ca407cbe32146db Mon Sep 17 00:00:00 2001 From: Elliot DeNolf Date: Thu, 20 Jul 2023 17:44:03 -0400 Subject: [PATCH] chore: only needed dependabot security alerts enabled, not all deps --- .github/dependabot.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 414f646e80..0000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,12 +0,0 @@ -# docs: https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - -version: 2 -updates: - - package-ecosystem: "npm" # See documentation for possible values - directory: "/" # Location of package manifests - schedule: - interval: "weekly" - day: "sunday" - commit-message: - prefix: "chore(deps):" -