From 2a5050d34a776a39835645f7c917670a87a022ef Mon Sep 17 00:00:00 2001 From: Rick <1450685+LinuxSuRen@users.noreply.github.com> Date: Wed, 2 Jul 2025 07:59:03 +0800 Subject: [PATCH] chore: enable desktop-ui update in the dependabot.yml --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8d499a1f..b1f04ad4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,7 @@ updates: directory: "/console/atest-ui" # Location of package manifests schedule: interval: "weekly" + - package-ecosystem: "npm" # See documentation for possible values + directory: "/console/atest-desktop" # Location of package manifests + schedule: + interval: "weekly"