From 5d1319ddb9b01561eaf174f8617db61eca16a438 Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Fri, 11 Aug 2023 20:21:31 +0800 Subject: [PATCH] :wrench: add dependabot actions check (#2256) --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 142cbb85bc07..db04fef5f7b7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,18 @@ updates: directory: "/" schedule: interval: daily + + - package-ecosystem: github-actions + directory: "/.github/actions/build-api-doc" + schedule: + interval: daily + + - package-ecosystem: github-actions + directory: "/.github/actions/setup-node" + schedule: + interval: daily + + - package-ecosystem: github-actions + directory: "/.github/actions/setup-python" + schedule: + interval: daily