From 57f093a7a5661f6f5e77bcffc279de54239ab055 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Mon, 20 Jan 2025 09:10:55 +0900 Subject: [PATCH] dependabot: add github-actions Signed-off-by: Akihiro Suda --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4f972e14..ca097d05 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,10 @@ updates: open-pull-requests-limit: 10 reviewers: - AkihiroSuda +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + reviewers: + - AkihiroSuda