Files
llm-observability-mcp/.github/dependabot.yml
Stefano 05af3880f6
Some checks failed
CI - Semantic Release / Semantic Release (push) Failing after 7m48s
Implementation of MCP for LLM Observability capture to PostHig
2025-07-13 20:42:19 -05:00

26 lines
600 B
YAML

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
versioning-strategy: auto
labels:
- "dependencies"
commit-message:
prefix: "chore"
include: "scope"
allow:
- dependency-type: "direct"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 5
labels:
- "dependencies"
- "github-actions"