From 73ed7742922d2a8ef06c7400fa0a4cb81b500e71 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: Thu, 9 Feb 2023 16:27:30 +0000 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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: