Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 29, 2026

Dependabot was only monitoring GitHub Actions and devcontainers. Added entries for all package ecosystems present in the repository.

Added package ecosystem monitors:

  • npm: /nodejs, /test/harness, /cookbook/nodejs/recipe
  • pip: /python
  • gomod: /go
  • nuget: /dotnet

All entries configured with weekly update intervals matching existing configuration.

Original prompt

update dependabot.yaml to reflect that we have dependencies on node, python, go and dotnet in the repo, make the right directories in that file


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Update dependabot.yaml for multiple dependencies Add dependabot monitoring for npm, pip, gomod, and nuget Jan 29, 2026
Copilot AI requested a review from friggeri January 29, 2026 23:02
@friggeri friggeri marked this pull request as ready for review January 29, 2026 23:38
@friggeri friggeri requested a review from a team as a code owner January 29, 2026 23:38
Copilot AI review requested due to automatic review settings January 29, 2026 23:38
@friggeri friggeri merged commit ccb7d5f into main Jan 29, 2026
14 checks passed
@friggeri friggeri deleted the copilot/update-dependabot-file-structure branch January 29, 2026 23:39
Copy link
Contributor

Copilot AI left a comment

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 adds Dependabot monitoring for all package ecosystems present in the repository, expanding from just GitHub Actions and devcontainers to include npm, pip, gomod, and nuget dependencies. This ensures automated security updates and dependency management across all SDK implementations.

Changes:

  • Added npm monitoring for Node.js SDK, test harness, and cookbook recipe directories
  • Added pip monitoring for Python SDK
  • Added gomod monitoring for Go SDK
  • Added nuget monitoring for .NET SDK

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

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