Skip to content
Snippets Groups Projects
Unverified Commit f3f03eab authored by Shaun Wilde's avatar Shaun Wilde Committed by GitHub
Browse files

fix(manager/asdf): rename .tools-versions to .tool-versions (#17893)


Co-authored-by: default avatarRhys Arkins <rhys@arkins.net>
parent 5606780b
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ export { extractPackageFile } from './extract';
export const displayName = 'asdf';
export const defaultConfig = {
fileMatch: ['(^|/)\\.tools-versions$'],
fileMatch: ['(^|/)\\.tool-versions$'],
};
export const supportedDatasources = [GithubTagsDatasource.id];
Keeps the [asdf](https://asdf-vm.com/manage/configuration.html#tool-versions)
`.tools-versions` file updated.
`.tool-versions` file updated.
Because `asdf` supports the version management of many different tools, specific tool support needs to be added one by one.
......@@ -7,4 +7,4 @@ Only the following tools are currently supported
- [nodejs](https://github.com/asdf-vm/asdf-nodejs)
NOTE: Because `.tools-versions` can support fallback versions only the first version entry for each supported tool is managed
NOTE: Because `.tool-versions` can support fallback versions only the first version entry for each supported tool is managed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment