From d2918f19220a5c9032444b5c8c033a2c80109277 Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Sun, 14 May 2023 22:06:08 +1000 Subject: [PATCH] Enable dependabot for Github Action Workflows 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 7377d3759..e211b1888 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,11 @@ version: 2 updates: +- package-ecosystem: "github-actions" + # Workflow files stored in the + # default location of `.github/workflows` + directory: "/" + schedule: + interval: "daily" - package-ecosystem: cargo directory: "/" schedule: