From 497778e5942776ef1865eb9f2b16bc352916a8a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20J=C4=99drecki?= Date: Fri, 10 Apr 2026 21:43:02 +0200 Subject: [PATCH] Add Python scans to Dependabot --- .github/dependabot.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 2b4c26c11..24aac2bcc 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -5,3 +5,7 @@ updates: target-branch: "develop" schedule: interval: "weekly" + - package-ecosystem: "uv" + directory: "/" + schedule: + interval: "weekly"