Add Dependabot Cooldown#610
Merged
Merged
Conversation
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
chrisnowak
approved these changes
May 20, 2026
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.
Description of Changes
Adds a
cooldown:block to eachpackage-ecosystementry in.github/dependabot.yml. Values follow the CE house style already in use bySecurityAndChangeControl:Cooldown delays version-update PRs by N days after publish, giving the ecosystem time to detect and yank malicious releases. Same risk applies to the
github-actionsecosystem (poisoned third-party action via auto-PR), hence the same block there.Review and manually apply the following workflow permissions:
Rationale: https://careevolution.slack.com/archives/C0DEKSMFY/p1779275551026199?thread_ts=1779197176.503919&cid=C0DEKSMFY
Issue Link
N/A
Security
Defensive change; reduces same-day auto-merge risk for compromised package versions. No new attack surface.
Change Control Board (CCB) Approval
@careevolution/ccb.Testing/Validation
N/A
Backout Plan
Revert the PR; Dependabot reverts to immediate version-update PRs.
Implementation Notes
Config-only change; no downtime, no operational impact.
Documentation Updates
@careevolution/mdhd-docsor@careevolution/api-docs.N/A -- internal change to
.github/dependabot.yml.