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

12 lines
309 B
YAML

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