diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 6b196af..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,17 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "uv" - directory: "/" - schedule: - interval: "monthly" - versioning-strategy: lockfile-only - groups: - minor-and-patch: - applies-to: version-updates - patterns: - - "*" - update-types: - - "minor" - - "patch" - commit-message: - prefix: "chore(deps)"