Skip to content

Commit 6a613b5

Browse files
authored
feat(manager/asdf): add localstack (renovatebot#36692)
1 parent 0360331 commit 6a613b5

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

lib/modules/manager/asdf/extract.spec.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ kubebuilder 3.10.0
9999
kubectl 1.26.3
100100
kubetail 1.6.19
101101
kustomize 4.5.7
102+
localstack 4.5.0
102103
lua 5.4.4
103104
markdownlint-cli2 0.13.0
104105
maven 3.9.6
@@ -522,6 +523,13 @@ dummy 1.2.3
522523
depName: 'kustomize',
523524
extractVersion: '^kustomize/v(?<version>\\S+)',
524525
},
526+
{
527+
currentValue: '4.5.0',
528+
datasource: 'github-tags',
529+
packageName: 'localstack/localstack',
530+
depName: 'localstack',
531+
extractVersion: '^v(?<version>\\S+)',
532+
},
525533
{
526534
currentValue: '5.4.4',
527535
datasource: 'github-releases',

lib/modules/manager/asdf/upgradeable-tooling.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,14 @@ export const upgradeableTooling: Record<string, ToolingDefinition> = {
508508
extractVersion: '^kustomize/v(?<version>\\S+)',
509509
},
510510
},
511+
localstack: {
512+
asdfPluginUrl: 'https://github.com/Azulinho/asdf-localstack',
513+
config: {
514+
datasource: GithubTagsDatasource.id,
515+
packageName: 'localstack/localstack',
516+
extractVersion: '^v(?<version>\\S+)',
517+
},
518+
},
511519
lua: {
512520
asdfPluginUrl: 'https://github.com/Stratus3D/asdf-lua',
513521
config: {

0 commit comments

Comments
 (0)