diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..8056be9 --- /dev/null +++ b/.github/dependabot.yml @@ -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" \ No newline at end of file