From 86f1debe1c61727108f7134cbb6919fbfef955ae Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Thu, 19 Mar 2026 13:54:49 +0900 Subject: [PATCH] ci: reduce frequency to check by dependabot Usually Dependabot security updates are enabled, so it is enough to follow other updates in low frequency. Signed-off-by: Kentaro Hayashi --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b18fd29..bc63aca 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,4 +3,4 @@ updates: - package-ecosystem: 'github-actions' directory: '/' schedule: - interval: 'weekly' + interval: 'monthly'