renovate/lib/modules/manager/asdf
2023-06-01 18:39:14 +00:00
..
extract.spec.ts feat(manager/asdf): add support for java temurin and temurin-jre. (#22504) 2023-06-01 18:39:14 +00:00
extract.ts fix(manager): unify logging (#22398) 2023-05-25 16:53:05 +00:00
index.spec.ts chore(manager/asdf): Add tool to autogenerate supported plugins in docs (#18924) 2022-11-16 05:37:53 +00:00
index.ts feat(managers/asdf): Add poetry support in asdf manager (#21765) 2023-04-23 17:52:49 +00:00
readme.md chore(manager/asdf): Add tool to autogenerate supported plugins in docs (#18924) 2022-11-16 05:37:53 +00:00
upgradeable-tooling.ts feat(manager/asdf): add support for java temurin and temurin-jre. (#22504) 2023-06-01 18:39:14 +00:00

Keeps the asdf .tool-versions file updated.

Because asdf supports versioning for many different tools, specific tool support must be added one-by-one. The following tools are currently supported:

!!! note Only the first version entry for each supported tool is managed, this is because .tool-versions supports fallback versions.