Skip to content

Conversation

@Torch3333
Copy link
Contributor

@Torch3333 Torch3333 commented Aug 26, 2025

Description

This PR updates the Dependabot configuration to run all dependency update checks on a consistent schedule - weekly on Monday at 1:00 AM JST. This frees up CI time during the weekdays and reduces distractions by not receiving batch or Dependabot PR at irregular times on Monday/Tuesday.

Related issues and/or PRs

N/A

Changes made

  • Updated all Dependabot schedules in .github/dependabot.yml to include explicit day (Monday), time (01:00), and timezone (Asia/Tokyo) settings
  • Applied to both Gradle dependencies and GitHub Actions update checks across all branches (master, 3, 3.16, 3.15, 3.14, 3.13)

Checklist

  • I have commented my code, particularly in hard-to-understand areas.
  • I have updated the documentation to reflect the changes.
  • I have considered whether similar issues could occur in other products, components, or modules if this PR is for bug fixes.
  • Any remaining open issues linked to this PR are documented and up-to-date (Jira, GitHub, etc.).
  • Tests (unit, integration, etc.) have been added for the changes.
  • My changes generate no new warnings.
  • Any dependent changes in other PRs have been merged and published.

Additional notes (optional)

This change only affects the scheduling of Dependabot checks and does not modify any application code or functionality.

Release notes

N/A

🤖 Generated with Claude Code

This change configures all Dependabot update checks (for both Gradle
dependencies and GitHub Actions) to run weekly on Monday at 1:00 AM JST.
This provides a consistent schedule aligned with the Japan timezone for
all dependency update checks.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@Torch3333 Torch3333 force-pushed the schedule-dependabot-monday-1am-jst branch from 7928306 to d8156f8 Compare August 26, 2025 07:24
@Torch3333 Torch3333 self-assigned this Aug 26, 2025
@Torch3333 Torch3333 marked this pull request as ready for review August 26, 2025 07:27
@Torch3333 Torch3333 requested review from a team, brfrn169, feeblefakie and komamitsu and removed request for a team August 26, 2025 07:28
Copy link
Collaborator

@brfrn169 brfrn169 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thank you!

Copy link
Contributor

@komamitsu komamitsu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you!

Copy link
Contributor

@feeblefakie feeblefakie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thank you!

@brfrn169 brfrn169 merged commit 7c80d80 into master Aug 28, 2025
102 of 108 checks passed
@brfrn169 brfrn169 deleted the schedule-dependabot-monday-1am-jst branch August 28, 2025 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants