[NOT-745] ci: add a cooldown to Dependabot version updates - #56
Merged
Conversation
Without a cooldown, Dependabot proposes a release the hour it is published, which is the window in which a compromised or yanked version is still undetected. Security updates are exempt, so CVE fixes are not delayed.
|
| Filename | Overview |
|---|---|
| .github/dependabot.yml | Adds matching cooldown policies for both configured ecosystems; the configuration change is clear but lacks automated validation coverage. |
Prompt To Fix All With AI
### Issue 1
.github/dependabot.yml:11-15
**Cooldown configuration lacks validation**
The new cooldown blocks are not covered by an automated configuration validation test, so an invalid key, value, or indentation change can remain undetected until Dependabot processes the file and fails to apply the intended aging policy.
- Add a comment if the PR does n... ([source](https://app.greptile.com/review/custom-context?memory=instruction-0))
---
For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.Reviews (1): Last reviewed commit: "ci: add a cooldown to Dependabot version..." | Re-trigger Greptile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dependabot currently proposes a new release as soon as it is published, which is the window in which a compromised or yanked version is still undetected.
This adds a
cooldownto both thegomodandgithub-actionsupdate configs, so a release has to age before an update is opened:Security updates are exempt from cooldown, so advisories and CVE fixes are not delayed by this.
Linear: NOT-745 — https://linear.app/nottelabsinc/issue/NOT-745/notte-cli-pr-56-ci-add-a-cooldown-to-dependabot-version-updates