Skip to content

CI: add dependabot cooldown period#422

Merged
ev-br merged 1 commit intomainfrom
dependabot-cooldown
Apr 23, 2026
Merged

CI: add dependabot cooldown period#422
ev-br merged 1 commit intomainfrom
dependabot-cooldown

Conversation

@ev-br
Copy link
Copy Markdown
Member

@ev-br ev-br commented Apr 23, 2026

Add a 7-day cooldown period for Dependabot updates

Add a 7-day cooldown period for Dependabot updates
Copilot AI review requested due to automatic review settings April 23, 2026 06:34
Copy link
Copy Markdown
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

Adds a Dependabot “cooldown” configuration to reduce update PR frequency by enforcing a 7-day waiting period, aligning Dependabot activity with lower-noise CI/maintenance workflows.

Changes:

  • Add a cooldown configuration to Dependabot updates.
  • Set the default cooldown period to 7 days.

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

Comment thread .github/dependabot.yml
schedule:
interval: "weekly"
cooldown:
default-days: 7 # optional
Copy link

Copilot AI Apr 23, 2026

Choose a reason for hiding this comment

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

Line has trailing whitespace after the inline comment; please trim it to avoid noisy diffs and keep the YAML clean.

Suggested change
default-days: 7 # optional
default-days: 7 # optional

Copilot uses AI. Check for mistakes.
@ev-br ev-br merged commit 3c26d63 into main Apr 23, 2026
57 checks passed
@ev-br ev-br deleted the dependabot-cooldown branch April 23, 2026 07:03
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