From 48423595bfe2c7ed0e9afd2faf4df853ac4ab80c Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Mon, 13 Apr 2026 12:18:17 +0900 Subject: [PATCH] Change Dependabot schedule from daily to weekly Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/dependabot.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cd51d2c6..99602049 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,5 +4,4 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - # Check for updates to GitHub Actions every weekday - interval: "daily" + interval: "weekly"