Skip to content

Commit 18c118c

Browse files
mnm364claude
andauthored
feat(manager/mise): add support for tart (renovatebot#42094)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2f8c8ee commit 18c118c

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ describe('modules/manager/mise/extract', () => {
8686
swiftformat = "0.58.0"
8787
swiftlint = "0.55.1"
8888
taplo = "0.10.0"
89+
tart = "2.31.0"
8990
terragrunt = "0.72.6"
9091
tilt = "0.34.0"
9192
tusd = "2.8.0"
@@ -328,6 +329,12 @@ describe('modules/manager/mise/extract', () => {
328329
depName: 'taplo',
329330
packageName: 'tamasfe/taplo',
330331
},
332+
{
333+
currentValue: '2.31.0',
334+
datasource: 'github-releases',
335+
depName: 'tart',
336+
packageName: 'cirruslabs/tart',
337+
},
331338
{
332339
currentValue: '0.72.6',
333340
datasource: 'github-releases',

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,13 @@ const miseRegistryTooling: Record<string, ToolingDefinition> = {
480480
datasource: GithubReleasesDatasource.id,
481481
},
482482
},
483+
tart: {
484+
misePluginUrl: 'https://mise.jdx.dev/registry.html#tools',
485+
config: {
486+
packageName: 'cirruslabs/tart',
487+
datasource: GithubReleasesDatasource.id,
488+
},
489+
},
483490
terragrunt: {
484491
misePluginUrl: 'https://mise.jdx.dev/registry.html#tools',
485492
config: {

0 commit comments

Comments
 (0)