From 6c7c80f8d5f92129ed0c8eac05d09500d9fbd2ce Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 20:48:52 +0000 Subject: [PATCH] Upgrade to GitHub-native Dependabot --- .github/dependabot.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..55b9db3 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,24 @@ +version: 2 +registries: + git-git-lai-ai-com: + type: git + url: https://git.lai-ai.com + username: tanjianqing + password: "${{secrets.GIT_GIT_LAI_AI_COM_PASSWORD}}" + npm-registry-registry-fe-lai-ai-com: + type: npm-registry + url: https://registry.fe.lai-ai.com + username: "${{secrets.NPM_REGISTRY_REGISTRY_FE_LAI_AI_COM_USERNAME}}" + password: "${{secrets.NPM_REGISTRY_REGISTRY_FE_LAI_AI_COM_PASSWORD}}" + +updates: +- package-ecosystem: npm + directory: "/" + schedule: + interval: monthly + time: "21:00" + open-pull-requests-limit: 10 + target-branch: develop + registries: + - npm-registry-registry-fe-lai-ai-com + - git-git-lai-ai-com