Skip to content

Conversation

@graycreate
Copy link
Member

Summary

  • Update dependabot schedule to run monthly instead of weekly
  • Applies to both gradle and github-actions dependency updates

Changes

  • Changed interval from "weekly" to "monthly"
  • Updates will run on the 1st of each month at 09:00
  • No changes to grouping or other configurations

Motivation

Reduce the frequency of dependency update PRs to make them more manageable.

🤖 Generated with Claude Code

- 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 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 21, 2025 02:31
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR reduces the frequency of Dependabot dependency updates from weekly to monthly to make dependency management more manageable. The change applies to both Gradle and GitHub Actions dependency updates.

  • Updates Dependabot schedule interval from "weekly" to "monthly"
  • Sets updates to run on the 1st day of each month at 09:00
  • Maintains existing configurations for pull request limits and grouping

interval: "weekly"
day: "monday"
interval: "monthly"
day: 1
Copy link

Copilot AI Jul 21, 2025

Choose a reason for hiding this comment

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

For monthly schedules, the 'day' field should be a string, not a number. Change 'day: 1' to 'day: "1"' to match GitHub's Dependabot configuration format.

Suggested change
day: 1
day: "1"

Copilot uses AI. Check for mistakes.
interval: "weekly"
day: "monday"
interval: "monthly"
day: 1
Copy link

Copilot AI Jul 21, 2025

Choose a reason for hiding this comment

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

For monthly schedules, the 'day' field should be a string, not a number. Change 'day: 1' to 'day: "1"' to match GitHub's Dependabot configuration format.

Suggested change
day: 1
day: "1"

Copilot uses AI. Check for mistakes.
@graycreate graycreate merged commit 4adbae1 into main Jul 21, 2025
6 checks passed
@graycreate graycreate deleted the chore/update-dependabot-schedule branch July 21, 2025 02:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants