Skip to main content
Glama
dependabot.yml1.37 kB
# .github/dependabot.yml version: 2 updates: # Dependency updates for npm - package-ecosystem: 'npm' directory: '/' # Location of package manifests schedule: interval: 'weekly' # Check for updates weekly open-pull-requests-limit: 10 # Limit open PRs versioning-strategy: 'auto' # Use default strategy # Allow only non-major updates for production dependencies initially allow: - dependency-type: 'production' update-types: ['version-update:semver-minor', 'version-update:semver-patch'] - dependency-type: 'development' update-types: [ 'version-update:semver-major', 'version-update:semver-minor', 'version-update:semver-patch', ] commit-message: prefix: 'chore' # Use 'chore' for dependency updates prefix-development: 'chore(dev)' # Use 'chore(dev)' for devDependencies include: 'scope' rebase-strategy: 'auto' # Automatically rebase PRs # GitHub Actions updates - package-ecosystem: 'github-actions' directory: '/' # Location of workflow files schedule: interval: 'weekly' # Check for updates weekly open-pull-requests-limit: 5 # Limit open PRs for actions commit-message: prefix: 'chore(ci)' # Use 'chore(ci)' for action updates include: 'scope' rebase-strategy: 'auto'

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/SylphxAI/filesystem-mcp'

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