Skip to content

Conversation

@grafanarenovatebot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
astral-sh/setup-uv action minor v6.6.1 -> v6.7.0

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

astral-sh/setup-uv (astral-sh/setup-uv)

v6.7.0: 🌈 New inputs restore-cache and save-cache

Compare Source

Changes

This release adds fine-grained control over the caching steps.

  • The input restore-cache (true by default) can be set to false to skip restoring the cache while still allowing to save the cache.
  • The input save-cache (true by default) can be set to false to skip saving the cache.

Skipping cache saving can be useful if you know, that you will never use this version of the cache again and don't want to waste storage space:

- name: Save cache only on main branch
  uses: astral-sh/setup-uv@v6
  with:
    enable-cache: true
    save-cache: ${{ github.ref == 'refs/heads/main' }}

🚀 Enhancements

🧰 Maintenance

⬆️ Dependency updates


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@grafanarenovatebot grafanarenovatebot bot requested a review from a team as a code owner September 14, 2025 16:18
@zerok zerok added this pull request to the merge queue Sep 15, 2025
Merged via the queue into main with commit 928ef29 Sep 15, 2025
22 checks passed
@zerok zerok deleted the grafanarenovatebot/astral-sh-setup-uv-6.x branch September 15, 2025 05:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant