Skip to content

chore: add seven-day Dependabot cooldown - #348

Merged
simongdavies merged 1 commit into
mainfrom
simongdavies-dependabot-cooldown
Sep 7, 2026
Merged

chore: add seven-day Dependabot cooldown#348
simongdavies merged 1 commit into
mainfrom
simongdavies-dependabot-cooldown

Conversation

@simongdavies

Copy link
Copy Markdown
Member

Summary

  • Add cooldown.default-days: 7 for GitHub Actions, Cargo, and npm.
  • Keep the existing daily 03:00 schedule, PR limits, and ignored dependency unchanged.
  • Delay version-update PRs until releases are at least seven days old; security updates remain unaffected.

Validation

  • git diff --check passed.
  • Commit created with git commit -S -s; GPG signature verified and Signed-off-by trailer present.
  • just check was started but stopped during native runtime compilation after several minutes. The full quality gate did not complete; this change only modifies Dependabot configuration.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
Copilot AI lite review requested due to automatic review settings September 7, 2026 14:50

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.

🟡 Changes recommended

The PR description’s “release age” expectation may not match Dependabot’s GitHub Actions cooldown behavior, so the configuration should be clarified to avoid misleading operational expectations.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

This PR updates HyperAgent’s Dependabot configuration to introduce a seven-day cooldown before Dependabot opens version update PRs, aiming to reduce update churn and avoid immediately adopting freshly published dependency versions.

Changes:

  • Added cooldown.default-days: 7 to the GitHub Actions update config.
  • Added cooldown.default-days: 7 to the Cargo update config.
  • Added cooldown.default-days: 7 to the npm update config.
File summaries
File Description
.github/dependabot.yml Adds a 7-day Dependabot cooldown across configured ecosystems while keeping the existing schedule/limits/ignore rules.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread .github/dependabot.yml
Comment on lines 4 to +6
directory: "/"
cooldown:
default-days: 7
@simongdavies
simongdavies merged commit 6c941d1 into main Sep 7, 2026
13 checks passed
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