Skip to content

fix: Remove invalid 'day' field from dependabot monthly schedule #80

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 21, 2025

Conversation

graycreate
Copy link
Member

Summary

  • Remove invalid 'day' field from monthly schedule configuration
  • Fixes dependabot.yml validation errors in PRs

Problem

The dependabot.yml validation was failing in PRs with the error shown in the .github/dependabot.yml check. The issue was that we had day: 1 in the monthly schedule configuration, but this field is not valid for monthly intervals.

Solution

Removed the day: 1 field from both:

  • gradle package ecosystem schedule
  • github-actions package ecosystem schedule

The monthly schedule will now run on the first day of each month by default at 09:00.

Test plan

  • This PR should have all CI checks passing
  • After merging, existing dependabot PRs should no longer show the dependabot.yml validation error

🤖 Generated with Claude Code

- The 'day' field is not valid for monthly intervals in dependabot configuration
- Removed 'day: 1' from both gradle and github-actions update schedules
- This fixes the dependabot.yml validation errors in PRs

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

Co-Authored-By: Claude <[email protected]>
@Copilot Copilot AI review requested due to automatic review settings July 21, 2025 06:31
Copy link

@Copilot 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 fixes Dependabot configuration validation errors by removing invalid day field specifications from monthly schedule configurations. The changes ensure the dependabot.yml file follows the correct schema for monthly intervals.

  • Removed invalid day: 1 field from gradle package ecosystem monthly schedule
  • Removed invalid day: 1 field from github-actions package ecosystem monthly schedule

@graycreate graycreate merged commit 540935c into main Jul 21, 2025
5 checks passed
@graycreate graycreate deleted the bugfix/fix-dependabot-config branch July 21, 2025 06:52
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.

1 participant