Update dependency auto-merge workflows - #159
Conversation
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Team Run ID: No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
💤 Files with no reviewable changes (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe workflows update Dependabot pull request validation, restrict accepted changed files, adjust auto-merge failure handling, remove the prek auto-merge workflow, and enable automatic merging from the prek autoupdate workflow with read-only contents access. ChangesWorkflow automation
Estimated code review effort: 3 (Moderate) | ~25 minutes Merge Risk: ⚪ Minimal · up to This change updates dependency automation and the lockfile without any identified merge-blocking correctness, security, availability, or deployment risk; it is merge-ready after normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (2 skipped: 2 unsupported.) Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
| Filename | Overview |
|---|---|
| .github/workflows/dependabot-auto-merge.yml | Adds independent Dependabot metadata and file-scope gates, requiring both before enabling auto-merge. |
| .github/workflows/prek-autoupdate-auto-merge.yml | Removes the standalone prek pull-request verification and auto-merge workflow in favor of integrated action behavior. |
| .github/workflows/prek_autoupdate.yml | Enables the prek action’s integrated auto-merge option and narrows workflow permissions to read-only contents access. |
| package-lock.json | Refreshes transitive package versions and platform-specific Sharp dependencies without changing declared dependency ranges. |
Reviews (2): Last reviewed commit: "Merge branch 'main' into chore/update-de..." | Re-trigger Greptile
Revoke existing Dependabot auto-merge whenever either verification job does not complete successfully. This keeps synchronized pull requests fail-closed after cancelled workflow runs.
|
@coderabbitai review |
✅ Action performedReview finished.
|
Summary
Modernizes ShellPort's automated dependency maintenance and refreshes the npm lockfile to the latest versions permitted by the existing dependency ranges.
What Changed
auto-merge: truesyntax with read-only workflow permissionsWhy
The current automation duplicated prek-autoupdate's built-in behavior and relied on narrower Dependabot branch-name checks. Using the action's integrated auto-merge contract reduces maintenance, while explicit metadata and file verification keeps automated merges fail-closed.
Refreshing and resynchronizing the lockfile ensures clean installs resolve the current compatible dependency graph without known audit findings.
Summary by CodeRabbit