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" -