From 86bfd48b6f0de7f5ac291a5b30643dd9c1b09307 Mon Sep 17 00:00:00 2001 From: Jelmer Draaijer Date: Fri, 30 May 2025 09:14:26 +0200 Subject: [PATCH] Set dependabot ecosystem to uv --- {{cookiecutter.project_slug}}/.github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/.github/dependabot.yml b/{{cookiecutter.project_slug}}/.github/dependabot.yml index 45f35a28e..1bf321b98 100644 --- a/{{cookiecutter.project_slug}}/.github/dependabot.yml +++ b/{{cookiecutter.project_slug}}/.github/dependabot.yml @@ -55,7 +55,7 @@ updates: {%- endif %} # Enable version updates for Python/Pip - Production - - package-ecosystem: 'pip' + - package-ecosystem: 'uv' # Look for a `requirements.txt` in the `root` directory # also 'setup.cfg', '.python-version' and 'requirements/*.txt' directory: '/'