Skip to content

Configure Dependabot for Thursday runs with 7-day cooldown#47

Merged
demccormack merged 2 commits into
mainfrom
copilot/dependabot-changes-thursdays
May 22, 2026
Merged

Configure Dependabot for Thursday runs with 7-day cooldown#47
demccormack merged 2 commits into
mainfrom
copilot/dependabot-changes-thursdays

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 22, 2026

Adjust Dependabot scheduling to run on Thursdays and enforce a 7-day cooldown period before proposing package updates.

Changes

  • Schedule: fridaythursday
  • Cooldown: Added default-days: 7 to delay updates until packages have been released for at least one week
schedule:
  interval: 'weekly'
  day: 'thursday'
  time: '15:00'
  timezone: 'Pacific/Auckland'
cooldown:
  default-days: 7

The cooldown applies to all npm dependencies, allowing time for community testing before adoption.

Copilot AI linked an issue May 22, 2026 that may be closed by this pull request
- Change schedule from Friday to Thursday
- Add 7-day cooldown period to prevent updates for packages released less than a week ago
Copilot AI changed the title [WIP] Update dependabot to run on Thursdays Configure Dependabot for Thursday runs with 7-day cooldown May 22, 2026
Copilot AI requested a review from demccormack May 22, 2026 10:00
@demccormack demccormack marked this pull request as ready for review May 22, 2026 10:05
@demccormack demccormack enabled auto-merge (squash) May 22, 2026 10:05
@demccormack demccormack merged commit 5b17ce8 into main May 22, 2026
3 checks passed
@demccormack demccormack deleted the copilot/dependabot-changes-thursdays branch May 22, 2026 10:05
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.

Dependabot changes

2 participants