Skip to content

Commit

Permalink
feat(manager/asdf): add uv plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
hori-ryota committed Oct 19, 2024
1 parent 5cb9431 commit 76ed43e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/modules/manager/asdf/upgradeable-tooling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -747,4 +747,11 @@ export const upgradeableTooling: Record<string, ToolingDefinition> = {
extractVersion: '^v(?<version>\\S+)',
},
},
uv: {
asdfPluginUrl: 'https://github.com/asdf-community/asdf-uv',
config: {
datasource: GithubReleasesDatasource.id,
packageName: 'astral-sh/uv',
},
},
};

0 comments on commit 76ed43e

Please sign in to comment.