Skip to content

Enable Dependabot for GitHub Actions#1436

Merged
felixweinberger merged 2 commits intomodelcontextprotocol:mainfrom
koic:enable_dependabot
Mar 27, 2026
Merged

Enable Dependabot for GitHub Actions#1436
felixweinberger merged 2 commits intomodelcontextprotocol:mainfrom
koic:enable_dependabot

Conversation

@koic
Copy link
Copy Markdown
Member

@koic koic commented Feb 2, 2026

Motivation and Context

Configure Dependabot to automatically detect updates to the actions used in GitHub Actions (e.g., actions/checkout) and create pull requests for them.

For example, actions/checkout@v4 is likely updatable, as v6 is already available: https://github.com/modelcontextprotocol/typescript-sdk/blob/b0ef89f/.github/workflows/conformance.yml#L21

This PR enables Dependabot to update such GitHub Actions dependencies.

Updates to outdated actions packages in .github/workflows are intentionally not included in this PR, as they will be updated by the initial Dependabot run as part of verifying its behavior.

Based on experience, checking for updates on a weekly interval should work well.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

Configure Dependabot to automatically detect updates to the actions used in
GitHub Actions (e.g., `actions/checkout`) and create pull requests for them.

For example, `actions/checkout@v4` is likely updatable, as v6 is already available:
https://github.com/modelcontextprotocol/typescript-sdk/blob/b0ef89f/.github/workflows/conformance.yml#L21

This PR enables Dependabot to update such GitHub Actions dependencies.

Updates to outdated actions packages in `.github/workflows` are intentionally not included in this PR,
as they will be updated by the initial Dependabot run as part of verifying its behavior.

Based on experience, checking for updates on a weekly interval should work well.
@koic koic requested a review from a team as a code owner February 2, 2026 06:54
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Feb 2, 2026

⚠️ No Changeset found

Latest commit: c3c6e9a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Feb 2, 2026

Open in StackBlitz

@modelcontextprotocol/client

npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/client@1436

@modelcontextprotocol/server

npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/server@1436

@modelcontextprotocol/express

npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/express@1436

@modelcontextprotocol/hono

npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/hono@1436

@modelcontextprotocol/node

npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/node@1436

commit: c3c6e9a

Copy link
Copy Markdown
Contributor

@felixweinberger felixweinberger left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for submitting this.

@felixweinberger felixweinberger enabled auto-merge (squash) March 27, 2026 18:30
@felixweinberger felixweinberger merged commit 42072ee into modelcontextprotocol:main Mar 27, 2026
12 checks passed
@koic koic deleted the enable_dependabot branch March 27, 2026 19:06
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