From 0e5dcff1921feb0ead7952b150bd5f5015e1f3c0 Mon Sep 17 00:00:00 2001 From: Ahsan Atta Date: Mon, 23 Feb 2026 13:51:49 +0000 Subject: [PATCH] CI: Change Dependabot schedule from weekly to monthly Reduce noise from Dependabot PRs by changing the GitHub Actions update check interval from weekly to monthly. Signed-off-by: Ahsan Atta --- .github/dependabot.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1b0af735..f22eb4a9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,7 @@ updates: directory: "/" schedule: # Check for updates to GitHub Actions every week on Sunday - interval: "weekly" - day: "sunday" + interval: "monthly" groups: # Group PRs github-actions: