From 2433cace887b7d90f99fa1c7420b4e0100c5d3fb Mon Sep 17 00:00:00 2001 From: kohbis <18735471+kohbis@users.noreply.github.com> Date: Tue, 2 Jan 2024 11:37:16 +0900 Subject: [PATCH] Add dependabot for actions --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3b65354..0b91284 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,10 @@ updates: interval: "daily" reviewers: - "kohbis" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + reviewers: + - "kohbis"