From 28757afb79ca9aedb9f41157b0fefa044b21145e Mon Sep 17 00:00:00 2001 From: Andrew Halberstadt Date: Thu, 18 Dec 2025 10:34:00 -0500 Subject: [PATCH 1/2] chore: enable dependabot with uv --- .github/dependabot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..786f6b0 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,18 @@ +version: 2 +updates: + - package-ecosystem: "uv" + directory: "/" + schedule: + interval: "monthly" + groups: + minor-and-patch: + applies-to: version-updates + patterns: + - "*" + update-types: + - "minor" + - "patch" + commit-message: + prefix: "chore(deps)" + + From 870ef0c99ade831714375e70f8e6b8d641ce52f1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 15:38:07 +0000 Subject: [PATCH 2/2] style: pre-commit.ci auto fixes [...] --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 786f6b0..cd45d9d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,5 +14,3 @@ updates: - "patch" commit-message: prefix: "chore(deps)" - -