From 8dc40f1cb42ca04a76ec92249d85e00be1a525a4 Mon Sep 17 00:00:00 2001 From: taku333 Date: Fri, 1 Aug 2025 21:02:41 +0900 Subject: [PATCH] Add github-actions on dependabot.yml --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 858141431..d43dcee74 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,7 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"