Skip to content

Configure Dependabot cooldown and Windows crate groups - #1821

Open
simongdavies wants to merge 1 commit into
hyperlight-dev:mainfrom
simongdavies:simongdavies-dependabot-cooldown
Open

Configure Dependabot cooldown and Windows crate groups#1821
simongdavies wants to merge 1 commit into
hyperlight-dev:mainfrom
simongdavies:simongdavies-dependabot-cooldown

Conversation

@simongdavies

@simongdavies simongdavies commented Sep 10, 2026

Copy link
Copy Markdown
Member

Give dependency releases seven days to settle before version updates and keep related Windows crates together.

  • Set a 7-day cooldown for GitHub Actions and both Cargo update entries.
  • Group windows-* crates in both Cargo update entries.

#1564 review conclusion is to enable the 7 day cooldown and then use cargo vet, this incorporates the former to get us moving on this.

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 10, 2026 10:45
@simongdavies simongdavies added kind/dependencies For PRs that update dependencies or related components ready-for-review PR is ready for (re-)review labels Sep 10, 2026

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.

🟢 Approval recommended

The Dependabot configuration changes are valid, scoped, and align with the stated intent to reduce update noise and group related Windows crates.

Pull request overview

Configures Dependabot update behavior to reduce churn from very recent releases and keep Windows-related Rust dependencies updated together.

Changes:

  • Add a 7-day Dependabot cooldown for GitHub Actions updates.
  • Add a 7-day Dependabot cooldown for both Cargo update entries.
  • Group windows-* crates in both Cargo update entries.
File summaries
File Description
.github/dependabot.yml Adds cooldown settings and Windows crate grouping to stabilize and consolidate dependency update PRs.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/dependencies For PRs that update dependencies or related components ready-for-review PR is ready for (re-)review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants