Add Dependabot

This commit is contained in:
livehybrid
2025-04-24 23:56:25 +01:00
parent 0ee33bd59f
commit 3f172c56a6

11
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
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"