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