Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 20 additions & 34 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,22 @@
version: 2
updates:
# Go modules - root directory
- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
open-pull-requests-limit: 10

# npm - documentation site
- package-ecosystem: npm
directory: /docs
schedule:
interval: weekly
open-pull-requests-limit: 10

# npm - GitHub Actions setup scripts
- package-ecosystem: npm
directory: /actions/setup/js
schedule:
interval: weekly
open-pull-requests-limit: 10

# npm - workflow dependencies
- package-ecosystem: npm
directory: /.github/workflows
schedule:
interval: weekly
open-pull-requests-limit: 10

# Python - workflow dependencies
- package-ecosystem: pip
directory: /.github/workflows
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
- package-ecosystem: npm
directory: /docs
schedule:
interval: weekly
- package-ecosystem: npm
directory: /actions/setup/js
schedule:
interval: weekly
- package-ecosystem: npm
directory: /.github/workflows
schedule:
interval: weekly
- package-ecosystem: pip
directory: /.github/workflows
schedule:
interval: weekly
2 changes: 1 addition & 1 deletion .github/workflows/mcp-inspector.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

143 changes: 84 additions & 59 deletions .github/workflows/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"private": true,
"license": "MIT",
"dependencies": {
"@sentry/mcp-server": "0.26.0"
"@sentry/mcp-server": "0.27.0"
}
}
2 changes: 1 addition & 1 deletion .github/workflows/shared/mcp/sentry.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mcp-servers:
sentry:
command: "npx"
args: ["@sentry/mcp-server@0.26.0"]
args: ["@sentry/mcp-server@0.27.0"]
allowed:
- whoami
- find_organizations
Expand Down