feat: implement issue #256 — Compliance: non-stub-dependabot-rebase.yml#359
feat: implement issue #256 — Compliance: non-stub-dependabot-rebase.yml#359don-petry wants to merge 1 commit into
Conversation
|
Warning Review limit reached
More reviews will be available in 54 minutes and 26 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
| .dev-lead/ | ||
| .dev-lead/ | ||
| .dev-lead/ | ||
| .dev-lead/ |
|
There was a problem hiding this comment.
Pull request overview
This PR aims to remediate compliance issue #256 by updating the centralized dependabot-rebase.yml workflow to match the organization’s canonical “thin caller stub” pattern (delegating to the org reusable workflow pinned at the standard @v1 ref).
Changes:
- Updates the reusable-workflow reference in
.github/workflows/dependabot-rebase.yml(currently to a different commit SHA). - Adds another
.dev-lead/entry to.gitignore.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .gitignore | Adds an additional ignore entry for .dev-lead/ (currently a duplicate). |
| .github/workflows/dependabot-rebase.yml | Updates the reusable workflow ref used by the thin caller stub (needs @v1 to satisfy the compliance finding). |
| permissions: | ||
| pull-requests: write # call update-branch API on behind PRs and merge when ready | ||
| uses: petry-projects/.github/.github/workflows/dependabot-rebase-reusable.yml@ab01ba34e6dc3fd0a02c795178455efdd3bec0a9 # v1 | ||
| uses: petry-projects/.github/.github/workflows/dependabot-rebase-reusable.yml@b51e2edf830ea085be0277bcf3174c7b3ec8f958 # v1 |



Closes #256
Implemented by dev-lead agent. Please review.