Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,23 @@ updates:
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "14:00"
day: "sunday"

Choose a reason for hiding this comment

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

medium

By removing the time key for the gomod package ecosystem, Dependabot will now run at a random time on Sunday. If you want to maintain the specific run time of 14:00, please re-add the time key. If running at a random time is intended, you can ignore this comment.

      day: "sunday"
      time: "14:00"

timezone: "Asia/Tokyo"
Comment on lines 5 to 8
Copy link

Copilot AI Sep 4, 2025

Choose a reason for hiding this comment

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

The time field has been removed from all package ecosystem schedules. Without specifying a time, Dependabot will run at a random time during the day, which may lead to unpredictable PR creation timing. Consider adding back a specific time like time: '14:00' for consistent scheduling.

Copilot uses AI. Check for mistakes.
open-pull-requests-limit: 5

- package-ecosystem: "github-actions"
directory: "/actions/publish"
schedule:
interval: "weekly"
day: "monday"
time: "14:00"
day: "sunday"

Choose a reason for hiding this comment

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

medium

By removing the time key for the github-actions package ecosystem, Dependabot will now run at a random time on Sunday. If you want to maintain the specific run time of 14:00, please re-add the time key. If running at a random time is intended, you can ignore this comment.

      day: "sunday"
      time: "14:00"

timezone: "Asia/Tokyo"
open-pull-requests-limit: 5

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "14:00"
day: "sunday"

Choose a reason for hiding this comment

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

medium

By removing the time key for the npm package ecosystem, Dependabot will now run at a random time on Sunday. If you want to maintain the specific run time of 14:00, please re-add the time key. If running at a random time is intended, you can ignore this comment.

      day: "sunday"
      time: "14:00"

timezone: "Asia/Tokyo"
versioning-strategy: increase
open-pull-requests-limit: 5