From afbae7b72fc0bb770bd7c2d5793f34269822a6b8 Mon Sep 17 00:00:00 2001 From: Ole Herman Schumacher Elgesem Date: Tue, 12 May 2026 14:10:33 +0200 Subject: [PATCH] Fixed dependabot config for uv dependencies Signed-off-by: Ole Herman Schumacher Elgesem --- .github/dependabot.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 95115a4..9dd4b72 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,15 +3,18 @@ version: 2 updates: - - package-ecosystem: "pip" + - package-ecosystem: "uv" directory: "/" schedule: interval: "weekly" - prefix: "pip" + reviewers: + - "larsewi" + - "olehermanse" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" reviewers: + - "larsewi" - "olehermanse" prefix: "GitHub Actions"