diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1270a25..c9a7d25 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,19 @@ version: 2 updates: + # Python dependencies (pyproject.toml + uv.lock) + - package-ecosystem: "uv" + directory: "/" + schedule: + interval: "weekly" + day: "monday" + open-pull-requests-limit: 10 + labels: + - "dependencies" + - "python" + commit-message: + prefix: "chore" + include: "scope" + # Enable version updates for GitHub Actions - package-ecosystem: "github-actions" directory: "/"