From 1c0785686cf64eefccf3549e7fc8a8ab1d2ced8b Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 3 Jan 2024 05:09:15 -0500 Subject: [PATCH] dependabot: support github-actions (#63) Signed-off-by: Rui Chen --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9dcd158..a1884bc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,9 @@ updates: interval: daily time: "04:00" open-pull-requests-limit: 10 +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + time: "04:00" + open-pull-requests-limit: 10