Skip to content
Snippets Groups Projects
Unverified Commit a193fe32 authored by Kenichi Kamiya's avatar Kenichi Kamiya Committed by GitHub
Browse files

feat(manager/asdf): add yamlfmt (#22472)

parent da6f2ed7
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,7 @@ zig 0.9.1
maestro 1.24.0
detekt 1.21.0
ktlint 0.48.1
yamlfmt 0.9.0
dummy 1.2.3
`
);
......@@ -508,6 +509,13 @@ dummy 1.2.3
packageName: 'pinterest/ktlint',
depName: 'ktlint',
},
{
currentValue: '0.9.0',
datasource: 'github-releases',
packageName: 'google/yamlfmt',
depName: 'yamlfmt',
extractVersion: '^v(?<version>\\S+)',
},
{
depName: 'dummy',
skipReason: 'unsupported-datasource',
......
......@@ -526,4 +526,12 @@ export const upgradeableTooling: Record<string, ToolingDefinition> = {
packageName: 'pinterest/ktlint',
},
},
yamlfmt: {
asdfPluginUrl: 'https://github.com/kachick/asdf-yamlfmt',
config: {
datasource: GithubReleasesDatasource.id,
packageName: 'google/yamlfmt',
extractVersion: '^v(?<version>\\S+)',
},
},
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment