From ac7e39e8ddfa19851e1f324dca964a4f5f420ea3 Mon Sep 17 00:00:00 2001 From: Billy Zha Date: Sun, 7 Apr 2024 09:44:21 +0000 Subject: [PATCH] build(ci): add dependabot to update ci version automatically Signed-off-by: Billy Zha --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2469f691b..247fb0801 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -23,3 +23,10 @@ updates: directory: "/test/e2e/" schedule: interval: "daily" + + - package-ecosystem: "github-actions" + # Workflow files stored in the + # default location of `.github/workflows` + directory: "/" + schedule: + interval: "weekly"