From 2d2e6640ecfb6ece380014624cbbbed9e8cd23ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Kazami=20=5B=E4=B9=94=E6=B2=BB=C2=B7=E9=A2=A8?= =?UTF-8?q?=E8=A6=8B=5D?= Date: Fri, 10 Feb 2023 00:49:26 +0000 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 2dbf06b..3a3cce5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,20 +4,8 @@ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates version: 2 -registries: - npm-npmjs: - type: npm-registry - url: https://registry.npmjs.org - username: oldking139 - password: ${{secrets.NPM_PASSWORD}} updates: - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests - registries: - - npm-npmjs schedule: interval: "weekly" - allow: - # Allow only direct dependencies - - dependency-type: "direct" -