From 336f3f5b7ec32f47c8e71135828644117b2d1d87 Mon Sep 17 00:00:00 2001 From: liaozan <378024053@qq.com> Date: Wed, 26 Jul 2023 09:40:45 +0800 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 317bdc5..59f5c4d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,10 @@ updates: timezone: "Asia/Shanghai" time: "21:00" open-pull-requests-limit: 10 + - package-ecosystem: "npm" + directory: "initializer-ui" + schedule: + interval: "daily" + timezone: "Asia/Shanghai" + time: "21:00" + open-pull-requests-limit: 10 -- GitLab