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 Nov 5, 2024
1 parent a890d48 commit 8cbb556
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 @@ -780,4 +780,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 8cbb556

Please sign in to comment.