Skip to main content
Glama
dependabot.ymlβ€’4.37 kB
version: 2 updates: # Enable version updates for npm with enhanced security settings - package-ecosystem: "npm" directory: "/" schedule: interval: "daily" time: "06:00" timezone: "America/New_York" open-pull-requests-limit: 15 reviewers: - "egarcia74" assignees: - "egarcia74" commit-message: prefix: "deps" prefix-development: "deps-dev" include: "scope" labels: - "dependencies" - "automated" # Enhanced security: prioritize security updates allow: - dependency-type: "direct" - dependency-type: "indirect" # Security-focused ignore rules ignore: # Ignore major version updates for production dependencies (require manual review) - dependency-name: "mssql" update-types: ["version-update:semver-major"] - dependency-name: "tedious" update-types: ["version-update:semver-major"] - dependency-name: "@azure/identity" update-types: ["version-update:semver-major"] - dependency-name: "@azure/keyvault-secrets" update-types: ["version-update:semver-major"] - dependency-name: "aws-sdk" update-types: ["version-update:semver-major"] - dependency-name: "@aws-sdk/*" update-types: ["version-update:semver-major"] # Enhanced dependency grouping for better auto-triage groups: # πŸ”’ Security-critical production dependencies (manual review required) security-critical: patterns: - "mssql" - "tedious" - "@azure/identity" - "@azure/keyvault-secrets" - "aws-sdk" - "@aws-sdk/*" - "node-sql-parser" update-types: - "minor" - "patch" # πŸ”§ Development and tooling dependencies (auto-merge eligible) dev-dependencies: patterns: - "@types/*" - "eslint*" - "prettier*" - "*lint*" - "vitest*" - "@vitest/*" - "husky" - "lint-staged" update-types: - "minor" - "patch" # πŸ§ͺ Testing dependencies (auto-merge eligible) testing-dependencies: patterns: - "vitest*" - "@vitest/*" - "test*" - "*test*" - "c8" - "@vitest/coverage-v8" update-types: - "minor" - "patch" # πŸ“š Documentation dependencies (auto-merge eligible) docs-dependencies: patterns: - "markdownlint*" - "markdown*" - "*docs*" update-types: - "minor" - "patch" # πŸ› οΈ Build and utility dependencies (auto-merge eligible) utility-dependencies: patterns: - "winston*" - "js-yaml" - "lodash*" - "chalk" - "yargs" update-types: - "minor" - "patch" # Enhanced GitHub Actions updates with security focus - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" day: "monday" time: "06:30" timezone: "America/New_York" open-pull-requests-limit: 10 reviewers: - "egarcia74" assignees: - "egarcia74" commit-message: prefix: "ci" include: "scope" labels: - "github-actions" - "automated" - "security" # Enhanced GitHub Actions grouping groups: # πŸ”’ Security-focused actions (require manual review) security-actions: patterns: - "github/codeql-action" - "ossf/scorecard-action" - "step-security/*" update-types: - "minor" - "patch" # πŸ—οΈ Standard build actions (auto-merge eligible) build-actions: patterns: - "actions/checkout" - "actions/setup-node" - "actions/cache" - "actions/upload-artifact" - "actions/download-artifact" update-types: - "minor" - "patch" # πŸ”§ Utility and tool actions (auto-merge eligible) utility-actions: patterns: - "actions/github-script" - "streetsidesoftware/cspell-action" - "gaurav-nelson/github-action-markdown-link-check" update-types: - "minor" - "patch"

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/egarcia74/warp-sql-server-mcp'

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