From be8eb0e516192a8e8a1aa497fc9997412342c2aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Wed, 22 Apr 2026 10:51:52 +0200 Subject: [PATCH] Misc: Use correct package-ecosystem in dependabot config Use uv as the desired package-ecosystem according to the docs at https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference#package-ecosystem- --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c58e22b9..9c353d76 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ version: 2 updates: - - package-ecosystem: pip + - package-ecosystem: uv directory: "/" schedule: interval: weekly