Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 19, 2026

Description

Updated Dependabot schedule from cron-based weekly runs to monthly cadence on first Monday at 8:00 AM EST.

Changes:

  • Replaced interval: 'cron' + cronjob: '0 9 * * 1' with interval: "monthly" + day: "monday" + time: "08:00"
  • All other configuration (grouping, ignores, labels) unchanged

Before:

schedule:
  interval: 'cron'
  cronjob: '0 9 * * 1'
  timezone: 'US/Eastern'

After:

schedule:
  interval: "monthly"
  day: "monday"
  time: "08:00"
  timezone: "US/Eastern"

Related Issue

N/A

Motivation and Context

Reduces Dependabot run frequency from weekly to monthly to decrease PR volume while maintaining regular dependency updates.

How Has This Been Tested?

YAML syntax validated. Dependabot will run on next scheduled monthly Monday.

Screenshots (if appropriate):

N/A

Original prompt

Update dependabot to run monthly with this: schedule:
interval: "monthly"
day: "monday"
time: "08:00"
timezone: "US/Eastern"


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: jbouder <61591423+jbouder@users.noreply.github.com>
Copilot AI changed the title [WIP] Update dependabot to run monthly Update Dependabot schedule to run monthly Jan 19, 2026
Copilot AI requested a review from jbouder January 19, 2026 17:12
@jbouder jbouder marked this pull request as ready for review January 19, 2026 17:14
Copilot AI review requested due to automatic review settings January 19, 2026 17:14
@codecov
Copy link

codecov bot commented Jan 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.59%. Comparing base (67c4cdf) to head (3a96ab9).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #449   +/-   ##
=======================================
  Coverage   99.59%   99.59%           
=======================================
  Files          51       51           
  Lines         995      995           
  Branches      344      344           
=======================================
  Hits          991      991           
  Misses          4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jbouder jbouder merged commit 80cd6f3 into main Jan 19, 2026
14 checks passed
@jbouder jbouder deleted the copilot/update-dependabot-schedule branch January 19, 2026 17:14
Copy link
Contributor

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 pull request updates the Dependabot schedule configuration to reduce the frequency of dependency update checks from weekly to monthly, running on the first Monday of each month at 8:00 AM Eastern time.

Changes:

  • Replaced cron-based weekly schedule with simplified monthly schedule configuration
  • Changed run time from 9:00 AM to 8:00 AM Eastern time

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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