Skip to content

Commit

Permalink
versions removal
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilaz committed Aug 19, 2024
1 parent edb911b commit 8be7631
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/modules/manager/asdf/upgradeable-tooling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export const upgradeableTooling: Record<string, ToolingDefinition> = {
config: {
datasource: GithubReleasesDatasource.id,
packageName: 'cookiecutter/cookiecutter',
extractVersion: '^v(?<version>\\S+)',
versioning: semverVersioning.id,
},
},
cosign: {
Expand Down Expand Up @@ -316,7 +316,6 @@ export const upgradeableTooling: Record<string, ToolingDefinition> = {
datasource: GithubReleasesDatasource.id,
packageName: 'istio/istio',
versioning: semverVersioning.id,
extractVersion: '^v(?<version>\\S+)',
},
},
java: {
Expand Down

0 comments on commit 8be7631

Please sign in to comment.