diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 0ac1059..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,26 +0,0 @@ -version: 2 -updates: - # Keep routine version-update noise low. Security updates are controlled by - # GitHub repository settings; this file only governs scheduled version bumps. - # - # This repo is uv-managed. Dependabot must target the uv project state so it - # updates pyproject.toml/uv.lock instead of only touching the exported - # requirements.txt artifact. - - package-ecosystem: uv - directory: / - schedule: - interval: monthly - day: monday - time: "08:00" - timezone: America/Chicago - open-pull-requests-limit: 1 - labels: - - dependencies - - python - commit-message: - prefix: "chore(deps)" - groups: - python-minor-and-patch: - update-types: - - minor - - patch