From 7cc7385dea4b42a0d927355e42ede551aad7495b Mon Sep 17 00:00:00 2001 From: Noah Manneschmidt Date: Mon, 14 Oct 2024 10:29:06 -0700 Subject: [PATCH] remove dependabot --- .github/dependabot.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index e4d0bb0..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,25 +0,0 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for more information: -# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates -# https://containers.dev/guide/dependabot - -version: 2 -updates: - - package-ecosystem: "npm" # See documentation for possible values - directory: "/" # Location of package manifests - schedule: - interval: "weekly" - # groups: - # production-dependencies: - # dependency-type: "production" - # development-dependencies: - # dependency-type: "development" - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: weekly -# - package-ecosystem: "devcontainers" -# directory: "/" -# schedule: -# interval: weekly