From e82280eed85e96683f6d067c0f5f47bcc1199127 Mon Sep 17 00:00:00 2001 From: Steven Maude Date: Sat, 13 Dec 2025 00:45:58 +0000 Subject: [PATCH 1/2] Remove Docker We're not longer using this. --- .github/dependabot.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8ef3dce..4941da4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,5 @@ version: 2 updates: - - package-ecosystem: "docker" - directory: "/" - schedule: - interval: "daily" - - package-ecosystem: "github-actions" directory: "/" schedule: From 36ef61e47971d10b0f005cf98613a0e9313f800b Mon Sep 17 00:00:00 2001 From: Steven Maude Date: Sat, 13 Dec 2025 00:46:08 +0000 Subject: [PATCH 2/2] Switch `pip` to `uv` --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4941da4..1da4715 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: schedule: interval: "daily" - - package-ecosystem: "pip" + - package-ecosystem: "uv" directory: "/" schedule: interval: "daily"