chore: let Dependabot keep GitHub Actions up to date - #321
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. WalkthroughThe Dependabot configuration adds a weekly update schedule for GitHub Actions dependencies in the repository root. ChangesDependabot Updates
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~2 minutes Change: Other Merge Risk: ⚪ Minimal · up to This PR only schedules weekly GitHub Actions dependency checks and does not directly alter workflow execution. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
Replaces the
saadmk11/github-actions-version-updaterapproach with Dependabot's nativegithub-actionsecosystem.Dependabot now does this natively: it updates action versions, maintains SHA pins and their trailing version comments (which matters since every action in this estate is pinned to a SHA), and — unlike the action — it closes its own PRs when they stop being relevant, so stale update PRs do not accumulate.
It also needs no token: the action required a PAT with
workflowscope to push workflow changes, which was one more long-lived credential to hold.Matches the ecosystem block already present in
NosCoreIO/NosCore.Summary by CodeRabbit