From 9ec385a266a16e377eca8f9ea03a06178e422736 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 09:15:10 +0200 Subject: [PATCH 1/8] Update astral-sh/setup-uv action to v6.8.0 (#16129) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit > [!NOTE] > Mend has cancelled [the proposed renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842) of the Renovate GitHub app being renamed to `mend[bot]`. > > This notice will be removed on 2025-10-07.
May also be set with the UV_CONFIG_FILE
environment variable.
--directory
directoryChange to the given directory prior to running the command.
Relative paths are resolved with the given directory as the base.
See --project
to only change the project root directory.
--force
Force removal of the cache, ignoring in-use checks.
+By default, uv cache prune
will block until no process is reading the cache. When --force
is used, uv cache prune
will proceed without taking a lock.
--help
, -h
Display the concise help for this command
--managed-python
Require use of uv-managed Python versions.
By default, uv prefers using Python versions it manages. However, it will use system Python versions if a uv-managed Python is not installed. This option disables use of system Python versions.
From 6f7d0dc7b43e28a94830a91f7ae3419b0276bbe0 Mon Sep 17 00:00:00 2001 From: Zanie Blue