From 0305fd625fde7feab6fd7a97998b534541ca59d6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 22:13:32 +0000 Subject: [PATCH] Upgrade to GitHub-native Dependabot --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..82748d9 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +registries: + npm-registry-www-myget-org-f-neworbit-npm: + type: npm-registry + url: https://www.myget.org/F/neworbit/npm + token: "${{secrets.NPM_REGISTRY_WWW_MYGET_ORG_F_NEWORBIT_NPM_TOKEN}}" + +updates: +- package-ecosystem: npm + directory: "/" + schedule: + interval: daily + time: "01:00" + open-pull-requests-limit: 10 + registries: + - npm-registry-www-myget-org-f-neworbit-npm