Skip to content

Conversation

cakemanny
Copy link
Contributor

We've found this useful in many repositories to fix certain versions of tools but also get automatic updates. (such as for uv where we specify a specific version for the action to use (which is independent of the action itself).

Example usage in one of our private repositories.

env:
  # renovate: datasource=github-tags depName=uv lookupName=astral-sh/uv
  UV_VERSION: 0.6.16

Rather than add this to each repo, it'd be nice to have it already configured like we do for the same syntax in dockerfiles

@cakemanny cakemanny requested review from karfau, diefans and cl3m0 July 8, 2025 09:01
@cakemanny cakemanny merged commit f000cd6 into main Jul 8, 2025
1 check passed
@cakemanny cakemanny deleted the enable-github-actions-version-manager branch July 8, 2025 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants