From 4bd03ae420ae2e1978fade37416e3c7fc0df3137 Mon Sep 17 00:00:00 2001 From: nscuro Date: Fri, 24 Apr 2026 23:28:29 +0200 Subject: [PATCH] Add Dependabot entry for uv ecosystem Turns out that is now supported: https://docs.astral.sh/uv/guides/integration/dependabot/ Signed-off-by: nscuro --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1f128ea3..88158bc2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -22,3 +22,11 @@ updates: interval: weekly cooldown: default-days: 7 +- package-ecosystem: uv + directory: / + schedule: + interval: weekly + cooldown: + default-days: 7 + allow: + - dependency-type: direct