Skip to content

chore(ci): pin GitHub Actions and enable Dependabot automerge#249

Merged
schinery merged 2 commits into
mainfrom
dependabot-updates
Jul 2, 2026
Merged

chore(ci): pin GitHub Actions and enable Dependabot automerge#249
schinery merged 2 commits into
mainfrom
dependabot-updates

Conversation

@schinery

@schinery schinery commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

@schinery schinery requested a review from Copilot July 2, 2026 08:09
@schinery schinery merged commit f214599 into main Jul 2, 2026
5 checks passed
@schinery schinery deleted the dependabot-updates branch July 2, 2026 08:09

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR improves CI and dependency maintenance hygiene by pinning GitHub Actions to specific commit SHAs and introducing an automated workflow to enable auto-merge for low-risk Dependabot updates.

Changes:

  • Added a pull_request_target workflow to enable auto-merge for Dependabot patch/minor updates for Bundler and GitHub Actions.
  • Pinned actions/checkout to a specific commit SHA in existing CI workflows.
  • Kept existing action pins (e.g., ruby/setup-ruby, changelog/release actions) consistent with the new pinning approach.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/dependabot-automerge.yml Adds Dependabot-only workflow to enable auto-merge for patch/minor updates in selected ecosystems.
.github/workflows/ci.yml Pins actions/checkout to a commit SHA for reproducible CI runs.
.github/workflows/changelog.yml Pins actions/checkout to a commit SHA for reproducible changelog/release workflow runs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


jobs:
automerge:
if: github.actor == 'dependabot[bot]'
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.

2 participants