From 6a830f680c59b1a8fbc140f693736f540dce1b9a Mon Sep 17 00:00:00 2001 From: Katsuya Hidaka Date: Wed, 13 Mar 2024 00:43:54 +0900 Subject: [PATCH] Add a dependabot configuration for the package of GitHub Actions --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d1f0d08..61c651e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"