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

feat(manager/asdf): add typos (#23566)

parent 2159444e
No related merge requests found
......@@ -105,6 +105,7 @@ maestro 1.24.0
detekt 1.21.0
ktlint 0.48.1
yamlfmt 0.9.0
typos 1.16.1
dummy 1.2.3
`
);
......@@ -516,6 +517,13 @@ dummy 1.2.3
depName: 'yamlfmt',
extractVersion: '^v(?<version>\\S+)',
},
{
currentValue: '1.16.1',
datasource: 'github-releases',
packageName: 'crate-ci/typos',
depName: 'typos',
extractVersion: '^v(?<version>\\S+)',
},
{
depName: 'dummy',
skipReason: 'unsupported-datasource',
......
......@@ -554,4 +554,12 @@ export const upgradeableTooling: Record<string, ToolingDefinition> = {
extractVersion: '^v(?<version>\\S+)',
},
},
typos: {
asdfPluginUrl: 'https://github.com/aschiavon91/asdf-typos',
config: {
datasource: GithubReleasesDatasource.id,
packageName: 'crate-ci/typos',
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