Skip to content

Commit

Permalink
fix(asdf-pulumi): Extract version
Browse files Browse the repository at this point in the history
  • Loading branch information
lmilbaum committed Mar 19, 2023
1 parent 1292e75 commit 18f549f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/manager/asdf/upgradeable-tooling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ export const upgradeableTooling: Record<string, ToolingDefinition> = {
config: {
datasource: GithubReleasesDatasource.id,
packageName: 'pulumi/pulumi',
versioning: '^v(?<version>\\S+)',
extractVersion: '^v(?<version>\\S+)',
},
},
python: {
Expand Down

0 comments on commit 18f549f

Please sign in to comment.