Skip to main content
Glama
dependabot_automerge.yml514 B
name: Dependabot auto-approve / -merge on: pull_request jobs: dependabot: permissions: contents: write pull-requests: write runs-on: ubuntu-latest env: PR_URL: ${{github.event.pull_request.html_url}} GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} if: ${{ github.actor == 'dependabot[bot]' }} steps: - name: Approve a PR run: gh pr review --approve "$PR_URL" - name: Enable auto-merge for Dependabot PRs run: gh pr merge --auto --squash "$PR_URL"

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Hochfrequenz/TransformerBee.mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server