From eca2a2f23f97409e6828e171b13d0eb3bc34465c Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Tue, 16 May 2023 00:05:37 +1000 Subject: [PATCH] CI: Enable dependabot for GitHub Action Workflow (#1831) Signed-off-by: Jiahao XU --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 07e7dad7e..c66cdf6a3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,12 @@ version: 2 # Only enable cargo, turn off npm from wasm example updates: + - package-ecosystem: "github-actions" + # Workflow files stored in the + # default location of `.github/workflows` + directory: "/" + schedule: + interval: "daily" - package-ecosystem: "cargo" directory: "/" schedule: