Skip to content

Commit b0d2286

Browse files
authored
feat(manager/mise): add prettier to short tool names (renovatebot#42047)
1 parent 9a8f320 commit b0d2286

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/modules/manager/mise/upgradeable-tooling.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,13 @@ const miseRegistryTooling: Record<string, ToolingDefinition> = {
375375
datasource: GithubReleasesDatasource.id,
376376
},
377377
},
378+
prettier: {
379+
misePluginUrl: 'https://mise.jdx.dev/registry.html#tools',
380+
config: {
381+
packageName: 'prettier/prettier',
382+
datasource: GithubReleasesDatasource.id,
383+
},
384+
},
378385
protoc: {
379386
misePluginUrl: 'https://mise.jdx.dev/registry.html#tools',
380387
config: {

0 commit comments

Comments
 (0)