diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1270a25..e29d624 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,19 @@ version: 2 updates: + # Python dependencies (requirements / pyproject) + - package-ecosystem: "pip" + 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: "/"