Skip to content

Add 3 day dependabot cooldown period#13488

Merged
williammartin merged 1 commit into
trunkfrom
wm-dependabot-cooldown
May 22, 2026
Merged

Add 3 day dependabot cooldown period#13488
williammartin merged 1 commit into
trunkfrom
wm-dependabot-cooldown

Conversation

@williammartin

Copy link
Copy Markdown
Member

Adds a 3 day cooldown period to dependabot updates for both gomod and github-actions ecosystems, mirroring the pattern used in cli/go-gh (with a shorter cooldown).

This reduces churn from rapidly-superseded releases by giving new versions time to settle before dependabot proposes them.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 3-day “cooldown” period to Dependabot updates to reduce churn from newly released versions that are quickly superseded.

Changes:

  • Configure a 3-day cooldown for gomod Dependabot updates.
  • Configure a 3-day cooldown for github-actions Dependabot updates.
Show a summary per file
File Description
.github/dependabot.yml Adds a 3-day cooldown to Dependabot update configs for gomod and github-actions.

Copilot's findings

Tip

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

  • Files reviewed: 1/1 changed files
  • Comments generated: 1

Comment thread .github/dependabot.yml
Comment on lines 15 to 16
schedule:
interval: "daily"
@williammartin williammartin merged commit 55662f4 into trunk May 22, 2026
20 checks passed
@williammartin williammartin deleted the wm-dependabot-cooldown branch May 22, 2026 13:00
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.

3 participants