Skip to content

Commit 2f7e986

Browse files
committed
chore: adjust mise github backend deps and renovate config
1 parent 38f745f commit 2f7e986

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

.lefthook.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ test = { run = "mise test-ci" }
1313

1414
[post-checkout.commands]
1515
sync-mise = { run = "mise install" }
16+
clean-mise = { run = "mise prune -y" }
1617
sync-pnpm = { run = "pnpm install --frozen-lockfile" }
1718

1819
[post-merge.commands]
1920
sync-mise = { run = "mise install" }
21+
clean-mise = { run = "mise prune -y" }
2022
sync-pnpm = { run = "pnpm install --frozen-lockfile" }

.mise.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
[tools]
22
node = "24.14.1"
33
pnpm = "10.33.0"
4-
"npm:npm-check-updates" = "19.6.5"
5-
biome = "2.4.8"
64
lefthook = "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]
109
description = "puts everything in its place"

renovate.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
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)",
@@ -21,6 +25,14 @@
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

0 commit comments

Comments
 (0)