Skip to content

Commit

Permalink
feat(asdf): Add tuist to the list of upgradeable tools (#27508)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft authored Feb 22, 2024
1 parent b9d0a30 commit 29e9707
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 @@ -661,6 +661,13 @@ export const upgradeableTooling: Record<string, ToolingDefinition> = {
extractVersion: '^v(?<version>\\S+)',
},
},
tuist: {
asdfPluginUrl: 'https://github.com/asdf-community/asdf-tuist',
config: {
datasource: GithubTagsDatasource.id,
packageName: 'tuist/tuist',
},
},
typos: {
asdfPluginUrl: 'https://github.com/aschiavon91/asdf-typos',
config: {
Expand Down

0 comments on commit 29e9707

Please sign in to comment.