From 3de08cf9bed4e1fb115bceae7ae37b1a61d9afe8 Mon Sep 17 00:00:00 2001 From: Jefffrey Date: Sun, 25 Jan 2026 12:01:21 +0900 Subject: [PATCH] Change GitHub actions dependabot schedule to weekly --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 838a9362f072d..dfeb15ddaa3a1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -48,7 +48,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" open-pull-requests-limit: 10 labels: [auto-dependencies] - package-ecosystem: "pip"