From 80704009330a4b055954a123deda1a6aa2dc1f21 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Thu, 11 Apr 2024 18:38:04 -0400 Subject: [PATCH] set dependabot for GitHub Actions --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 91abb11..f44c7ac 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"