Authorize Dependabot npm security updates for GitHub scripts - #5046
Open
Marcus Robinson (marrobi) with Copilot wants to merge 3 commits into
Open
Authorize Dependabot npm security updates for GitHub scripts#5046Marcus Robinson (marrobi) with Copilot wants to merge 3 commits into
Marcus Robinson (marrobi) with Copilot wants to merge 3 commits into
Conversation
Co-authored-by: marrobi <17089773+marrobi@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix Dependabot npm updates for scripts directory
Authorize Dependabot npm security updates for GitHub scripts
Aug 17, 2026
Marcus Robinson (marrobi)
marked this pull request as ready for review
August 17, 2026 11:37
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Dependabot coverage for npm dependencies used by GitHub workflow scripts, enabling security-update PRs while suppressing routine version updates.
Changes:
- Adds
/.github/scriptsas an npm update directory. - Disables version-update PRs while preserving security updates.
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Marcus Robinson (marrobi)
approved these changes
Aug 17, 2026
Collaborator
|
/test-force-approve |
Copilot started reviewing on behalf of
Jack Morris (rudolphjacksonm)
August 26, 2026 12:31
View session
|
🤖 pr-bot 🤖 ✅ Marking tests as complete (for commit e150513) (in response to this comment from Jack Morris (@rudolphjacksonm)) |
Unit Test Results0 tests 0 ✅ 0s ⏱️ Results for commit e150513. |
Jack Morris (rudolphjacksonm)
approved these changes
Aug 26, 2026
Jack Morris (rudolphjacksonm)
enabled auto-merge (squash)
August 26, 2026 12:31
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 is being addressed
Dependabot security updates for
/.github/scripts/package-lock.jsonare rejected because/.github/scriptsis not declared as an npm update location. This causes security-update PR creation to fail withdependency_file_not_supported.How is this addressed
/.github/scriptsas an npm Dependabot update directory.