chore: Apply security best practices#53
Merged
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR applies small configuration changes intended to reduce supply-chain risk and noisy update churn by adding a short “cooldown” delay before adopting newly released dependency updates.
Changes:
- Add an
.npmrcsetting to delay adoption of very recent package releases. - Configure Dependabot update entries to use a 3-day cooldown for both npm and GitHub Actions updates.
Show a summary per file
| File | Description |
|---|---|
.npmrc |
Adds a minimum release age setting to delay consuming very new npm package versions. |
.github/dependabot.yml |
Adds a 3-day cooldown to Dependabot update configurations for npm and GitHub Actions. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 0
JoyceZhu
approved these changes
May 29, 2026
JoyceZhu
left a comment
Contributor
There was a problem hiding this comment.
Not entirely sure why Guidepup tests mysteriously started failing here.
Collaborator
Author
These tests have always been a little flaky, but they’re really struggling here. I’m going to go ahead and merge this anyways, since:
|
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.
Apply security best practices: delay updates, use deterministic installs, avoid pull_request_target, review permissions, pin third-party actions, etc.