File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,8 +13,10 @@ test = { run = "mise test-ci" }
1313
1414[post-checkout .commands ]
1515sync-mise = { run = " mise install" }
16+ clean-mise = { run = " mise prune -y" }
1617sync-pnpm = { run = " pnpm install --frozen-lockfile" }
1718
1819[post-merge .commands ]
1920sync-mise = { run = " mise install" }
21+ clean-mise = { run = " mise prune -y" }
2022sync-pnpm = { run = " pnpm install --frozen-lockfile" }
Original file line number Diff line number Diff line change 11[tools ]
22node = " 24.14.1"
33pnpm = " 10.33.0"
4- "npm:npm-check-updates" = " 19.6.5"
5- biome = " 2.4.8"
64lefthook = " 2.1.4"
7- cocogitto = " 7.0.0"
5+ "github:biomejs/biome" = { version = " 2.4.8" , version_prefix = " @biomejs/biome@" }
6+ "github:cocogitto/cocogitto" = { version = " 7.0.0" }
87
98[tasks .setup ]
109description = " puts everything in its place"
Original file line number Diff line number Diff line change 66 "matchPackageNames" : [" node" , " pnpm" ],
77 "groupName" : " engine-sync"
88 },
9+ {
10+ "matchPackageNames" : [" github:biomejs/biome" , " github:cocogitto/cocogitto" ],
11+ "groupName" : " Toolchain (mise)"
12+ },
913 {
1014 "matchManagers" : [" mise" ],
1115 "groupName" : " Toolchain (mise)" ,
2125 "groupName" : " GitHub Actions"
2226 }
2327 ],
28+ "customManagers" : [
29+ {
30+ "customType" : " regex" ,
31+ "fileMatch" : [" (^|/|\\ .)mise\\ .toml$" ],
32+ "matchStrings" : [" \" github:(?<packageName>[^\" ]+)\"\\ s*=\\ s*\" (?<currentValue>[^\" ]+)\" " ],
33+ "datasourceTemplate" : " github-releases"
34+ }
35+ ],
2436 "rangeStrategy" : " bump" ,
2537 "prHourlyLimit" : 0 ,
2638 "prConcurrentLimit" : 0
You can’t perform that action at this time.
0 commit comments