Skip to content

Commit

Permalink
feat(manager/asdf): add ecspresso (#22021)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesyo committed May 8, 2023
1 parent 6ac9a84 commit 44271cc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/modules/manager/asdf/extract.spec.ts
Expand Up @@ -53,6 +53,7 @@ dart 2.19.3
deno 1.26.2
direnv 2.32.1
dprint 0.32.2
ecspresso 2.1.0
elixir 1.14.1
elm 0.19.1
erlang 25.1.2
Expand Down Expand Up @@ -162,6 +163,13 @@ dummy 1.2.3
packageName: 'dprint/dprint',
depName: 'dprint',
},
{
currentValue: '2.1.0',
datasource: 'github-releases',
packageName: 'kayac/ecspresso',
depName: 'ecspresso',
extractVersion: '^v(?<version>\\S+)',
},
{
currentValue: '1.14.1',
datasource: 'hexpm-bob',
Expand Down
8 changes: 8 additions & 0 deletions lib/modules/manager/asdf/upgradeable-tooling.ts
Expand Up @@ -112,6 +112,14 @@ export const upgradeableTooling: Record<string, ToolingDefinition> = {
packageName: 'dprint/dprint',
},
},
ecspresso: {
asdfPluginUrl: 'https://github.com/kayac/asdf-ecspresso',
config: {
datasource: GithubReleasesDatasource.id,
packageName: 'kayac/ecspresso',
extractVersion: '^v(?<version>\\S+)',
},
},
elixir: {
asdfPluginUrl: 'https://github.com/asdf-vm/asdf-elixir',
config: {
Expand Down

0 comments on commit 44271cc

Please sign in to comment.