Skip to content

chore(deps): add 3-day Dependabot cooldown for cargo and github-actions - #1163

Merged
SequeI merged 1 commit into
mainfrom
dependabotFix
Jun 17, 2026
Merged

chore(deps): add 3-day Dependabot cooldown for cargo and github-actions#1163
SequeI merged 1 commit into
mainfrom
dependabotFix

Conversation

@SequeI

@SequeI SequeI commented Jun 15, 2026

Copy link
Copy Markdown
Member

Linked Issue

Closes #1162

Summary

Delay version-update PRs until dependencies are at least three days old, reducing the risk of pulling a freshly compromised release into a tagged build. Security updates are unaffected and still bypass cooldown.

Test Plan

Checklist

  • An issue exists and is linked above
  • All commits are signed-off, using DCO
  • All new code follows the project's coding standards (CLAUDE.md) and is covered by tests
  • Public-facing changes are paired with documentation updates
  • Release note has been added to CHANGELOG.md if needed

Delay version-update PRs until dependencies are at least three days old,
reducing the risk of pulling a freshly compromised release into a tagged
build. Security updates are unaffected and still bypass cooldown.

Signed-off-by: Aleksy Siek <aleksy@alwaysfurther.ai>
@github-actions github-actions Bot added chore Maintenance and housekeeping size/small labels Jun 15, 2026
@github-actions

Copy link
Copy Markdown
Contributor

PR Review Summary

Size

Metric Value
Lines added +6
Lines removed -0
Total changed 6
Classification Small (< 50 lines)

Affected crates

No crate source directories are directly affected.

Blast radius — Contained

This PR touches: configuration / policy files


Updated automatically on each push to this PR.

@gemini-code-assist gemini-code-assist Bot 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.

Code Review

This pull request attempts to introduce a cooldown period for Dependabot updates to delay version-update PRs. However, the review comments correctly point out that cooldown is not a supported configuration option in dependabot.yml and will cause schema validation errors, preventing Dependabot from running.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread .github/dependabot.yml
Comment thread .github/dependabot.yml

@lukehinds lukehinds 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.

good idea!

@SequeI
SequeI merged commit e06f462 into main Jun 17, 2026
20 checks passed
klassm pushed a commit to klassm/nono that referenced this pull request Jul 3, 2026
…ns (nolabs-ai#1163)

Delay version-update PRs until dependencies are at least three days old,
reducing the risk of pulling a freshly compromised release into a tagged
build. Security updates are unaffected and still bypass cooldown.

Signed-off-by: Aleksy Siek <aleksy@alwaysfurther.ai>
@SequeI
SequeI deleted the dependabotFix branch July 10, 2026 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Maintenance and housekeeping size/small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add cooldown for dependabot

2 participants