Skip to content

chore: let Dependabot keep GitHub Actions up to date - #321

Merged
erwan-joly merged 1 commit into
masterfrom
chore/dependabot-github-actions
Sep 12, 2026
Merged

chore: let Dependabot keep GitHub Actions up to date#321
erwan-joly merged 1 commit into
masterfrom
chore/dependabot-github-actions

Conversation

@erwan-joly

@erwan-joly erwan-joly commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

Replaces the saadmk11/github-actions-version-updater approach with Dependabot's native github-actions ecosystem.

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 workflow scope 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

  • Chores
    • Added weekly automated update checks for GitHub Actions dependencies.

@coderabbitai

coderabbitai Bot commented Sep 11, 2026

Copy link
Copy Markdown

Review Change StackReview 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: Advanced

Run ID: 62799a11-7b26-4abf-a953-24d3aec8ab62

📥 Commits

Reviewing files that changed from the base of the PR and between 0745a8d and ca32fc6.

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

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


Walkthrough

The Dependabot configuration adds a weekly update schedule for GitHub Actions dependencies in the repository root.

Changes

Dependabot Updates

Layer / File(s) Summary
Configure GitHub Actions updates
.github/dependabot.yml
Adds a github-actions package ecosystem entry for / with a weekly update schedule.

Priority: ⬇️ Low

Estimated code review effort: 1 (Trivial) | ~2 minutes

Change: Other

Merge Risk: ⚪ Minimal · up to ca32f

This PR only schedules weekly GitHub Actions dependency checks and does not directly alter workflow execution.

🚥 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: configuring Dependabot to keep GitHub Actions up to date.
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.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/dependabot-github-actions

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.

@erwan-joly
erwan-joly merged commit 867a71e into master Sep 12, 2026
5 checks passed
@erwan-joly
erwan-joly deleted the chore/dependabot-github-actions branch September 12, 2026 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant