From d5d5cc7152ff90568cdb938110f2f72ef22faf0c Mon Sep 17 00:00:00 2001 From: Gray Zhang Date: Mon, 21 Jul 2025 10:31:29 +0800 Subject: [PATCH] chore: Update dependabot schedule from weekly to monthly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Changed both gradle and github-actions ecosystems to monthly updates - Updates will run on the 1st of each month at 09:00 - This reduces the frequency of dependency update PRs 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9036184f..7fd1acb0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,8 @@ updates: - package-ecosystem: "gradle" directory: "/" schedule: - interval: "weekly" - day: "monday" + interval: "monthly" + day: 1 time: "09:00" open-pull-requests-limit: 10 groups: @@ -47,7 +47,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" - day: "monday" + interval: "monthly" + day: 1 time: "09:00" open-pull-requests-limit: 5 \ No newline at end of file