Skip to content

chore: share Dependabot Bun dedupe - #191

Merged
jan-kubica merged 1 commit into
mainfrom
chore/share-dependabot-bun-dedupe
Aug 26, 2026
Merged

chore: share Dependabot Bun dedupe#191
jan-kubica merged 1 commit into
mainfrom
chore/share-dependabot-bun-dedupe

Conversation

@jan-kubica

@jan-kubica jan-kubica commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Delegate Dependabot Bun lockfile deduplication to the organization reusable workflow, pinned to immutable commit dd6e8fa51339814159486cd92b5ae3a051eb15d2. The caller keeps read-only contents permission, Bun lockfile path filtering, and per-PR concurrency.

CC on behalf of jan-kubica

Summary by CodeRabbit

  • Chores
    • Added automated checks for dependency lockfile changes in pull requests.
    • Improved consistency by automatically identifying and applying safe dependency deduplication updates.
    • Limited concurrent maintenance runs to prevent overlapping automated changes.

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for security reviews. Please try again later.

@github-actions

Copy link
Copy Markdown
Contributor

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
See the Details below.

License Issues

.github/workflows/autofix.yml

PackageVersionLicenseIssue Type
stella/.github/.github/workflows/dependabot-bun-dedupe.ymldd6e8fa51339814159486cd92b5ae3a051eb15d2NullUnknown License
Allowed Licenses: MIT, Apache-2.0, Apache-2.0 WITH LLVM-exception, BSD-2-Clause, BSD-3-Clause, ISC, 0BSD, BlueOak-1.0.0, Unlicense, CC0-1.0, CC-BY-4.0, MIT-0, MPL-2.0, Python-2.0, Zlib, Unicode-3.0
Excluded from license check: pkg:cargo/libfuzzer-sys

OpenSSF Scorecard

PackageVersionScoreDetails
actions/stella/.github/.github/workflows/dependabot-bun-dedupe.yml dd6e8fa51339814159486cd92b5ae3a051eb15d2 UnknownUnknown

Scanned Files

  • .github/workflows/autofix.yml

@coderabbitai

coderabbitai Bot commented Aug 26, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: bd3ac0bd-dbac-4281-885a-7121a16c7e1e

📥 Commits

Reviewing files that changed from the base of the PR and between 0701f9c and 8f80999.

📒 Files selected for processing (1)
  • .github/workflows/autofix.yml

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.

📜 Recent review details
⏰ Context from checks skipped due to timeout. (8)
  • GitHub Check: Rust
  • GitHub Check: Bindings and packages
  • GitHub Check: Version sync
  • GitHub Check: Test
  • GitHub Check: Pack
  • GitHub Check: Oracle
  • GitHub Check: Lint
  • GitHub Check: Changeset
🔇 Additional comments (1)
.github/workflows/autofix.yml (1)

1-18: LGTM!


📝 Walkthrough

Walkthrough

The pull request adds a GitHub Actions workflow for Bun lockfile deduplication. The workflow runs only when pull requests modify bun.lock, cancels superseded runs, uses read-only contents access, and calls a pinned reusable workflow.

Changes

Autofix workflow

Layer / File(s) Summary
Autofix workflow execution
.github/workflows/autofix.yml
The workflow filters pull requests for bun.lock changes, limits concurrency to one run per pull request, grants read-only contents access, and invokes the pinned reusable Dependabot Bun deduplication workflow.

Estimated code review effort: 2 (Simple) | ~10 minutes

Merge Risk: ⚪ Minimal · up to 8f809

This is a localized workflow change for Dependabot Bun lockfile deduplication, with permissions, path filtering, concurrency, and an immutable workflow reference specified; no actionable merge-blocking risk remains.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: sharing the Dependabot Bun deduplication workflow.
Docstring Coverage ✅ Passed 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…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Full details: Docstring Coverage

Explanation

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. (1 skipped: 1 unsupported.)

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/share-dependabot-bun-dedupe

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@jan-kubica
jan-kubica merged commit ba22647 into main Aug 26, 2026
13 checks passed
@jan-kubica
jan-kubica deleted the chore/share-dependabot-bun-dedupe branch August 26, 2026 13:44
@github-actions github-actions Bot locked and limited conversation to collaborators Aug 26, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant