Files
splunk-mcp/.github/dependabot.yml
2025-04-24 23:56:25 +01:00

11 lines
305 B
YAML

version: 2
updates:
# Enable version updates for Python Poetry
- package-ecosystem: "pip"
directory: "/" # Location of package manifests
schedule:
interval: "daily"
target-branch: "main" # Default branch for PRs
commit-message:
prefix: "chore(deps)"
include: "scope"