diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9761d6b..2dbf06b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,9 +4,17 @@ # 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: