Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Renovate Bot
renovate
Commits
f3f03eab
Unverified
Commit
f3f03eab
authored
2 years ago
by
Shaun Wilde
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix(manager/asdf): rename .tools-versions to .tool-versions (#17893)
Co-authored-by:
Rhys Arkins
<
rhys@arkins.net
>
parent
5606780b
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/modules/manager/asdf/index.ts
+1
-1
1 addition, 1 deletion
lib/modules/manager/asdf/index.ts
lib/modules/manager/asdf/readme.md
+2
-2
2 additions, 2 deletions
lib/modules/manager/asdf/readme.md
with
3 additions
and
3 deletions
lib/modules/manager/asdf/index.ts
+
1
−
1
View file @
f3f03eab
...
...
@@ -5,7 +5,7 @@ export { extractPackageFile } from './extract';
export
const
displayName
=
'
asdf
'
;
export
const
defaultConfig
=
{
fileMatch
:
[
'
(^|/)
\\
.tool
s
-versions$
'
],
fileMatch
:
[
'
(^|/)
\\
.tool-versions$
'
],
};
export
const
supportedDatasources
=
[
GithubTagsDatasource
.
id
];
This diff is collapsed.
Click to expand it.
lib/modules/manager/asdf/readme.md
+
2
−
2
View file @
f3f03eab
Keeps the
[
asdf
](
https://asdf-vm.com/manage/configuration.html#tool-versions
)
`.tool
s
-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
`.tool
s
-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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment