From 0cb5e7124ea309400109c6b5eb3410f20a19a5a5 Mon Sep 17 00:00:00 2001 From: brandon s allbery kf8nh Date: Wed, 8 Apr 2026 21:06:12 -0400 Subject: [PATCH] Add Dependabot checking for uv updates --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4a5d80876f7..1b1a5864dec 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,3 +18,8 @@ updates: patterns: - "*" + - package-ecosystem: "uv" + directory: "/doc" + schedule: + interval: "weekly" +