chore(dependabot): add 7-day cooldown to all update blocks#1
Closed
nicololuescher wants to merge 1 commit into
Closed
chore(dependabot): add 7-day cooldown to all update blocks#1nicololuescher wants to merge 1 commit into
nicololuescher wants to merge 1 commit into
Conversation
|
🔄 If you are attempting to update your CIPP repo please follow the instructions at: https://docs.cipp.app/setup/self-hosting-guide/updating. Are you a sponsor? Contact the helpdesk for direct assistance with updating to the latest version. It looks like you may already have a pending update PR on your fork — check your open pull requests to accept it. 🔒 This PR will now be automatically closed due to the above rules. |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://mango-river-0d1cf2c03-1.westeurope.6.azurestaticapps.net |
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.
What
Adds a 7-day cooldown (
cooldown: { default-days: 7 }) to everyupdatesblock independabot.yml.Why
Most malicious package releases (typosquats, hijacked maintainers, malicious post-install) are detected and pulled within 24-72h. A 7-day cooldown keeps us out of that danger window for routine version bumps. Security updates are exempt from cooldown, so CVE fixes still land immediately.
7 days is the cross-tool consensus value (Dependabot / Renovate
minimumReleaseAge/ npmmin-release-age). Part of an org-wide rollout across all repos using Dependabot.