Skip to content

Change Dependabot schedule to daily#47

Merged
tangrufus merged 1 commit into
mainfrom
tangrufus-patch-1
Apr 11, 2026
Merged

Change Dependabot schedule to daily#47
tangrufus merged 1 commit into
mainfrom
tangrufus-patch-1

Conversation

@tangrufus
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings April 11, 2026 19:00
Copy link
Copy Markdown

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 adjusts the repository’s Dependabot configuration to increase GitHub Actions dependency update frequency.

Changes:

  • Switch Dependabot schedule interval for github-actions from weekly to daily.
  • Add a cooldown block intended to reduce update frequency/churn.

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

Comment thread .github/dependabot.yml
Comment on lines +8 to +9
cooldown:
default-days: 3
Copy link

Copilot AI Apr 11, 2026

Choose a reason for hiding this comment

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

cooldown / default-days doesn’t appear to be a supported key in Dependabot v2 configuration (GitHub typically rejects unknown keys, which can stop Dependabot updates entirely). If the goal is to reduce PR churn, consider using supported options like open-pull-requests-limit, groups, or ignore, or confirm cooldown is valid for your GitHub Dependabot version and remove it if not.

Suggested change
cooldown:
default-days: 3

Copilot uses AI. Check for mistakes.
@tangrufus tangrufus merged commit 00b5753 into main Apr 11, 2026
7 checks passed
@tangrufus tangrufus deleted the tangrufus-patch-1 branch April 11, 2026 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants