Skip to content

Commit 4310ab6

Browse files
chore(mise): update config
1 parent 9dd1c03 commit 4310ab6

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

.mise.toml

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
11
[tools]
2-
# Go tools
2+
# =================================================================================================
3+
# Project Tools
4+
# =================================================================================================
35
go = "1.24.2"
46
"aqua:golangci/golangci-lint" = "2.1.6"
57
"aqua:goreleaser/goreleaser" = "2.9.0"
8+
"aqua:kubernetes/kubectl" = "1.33.1"
69

7-
# Kube tools
8-
"aqua:kubernetes/kubectl" = "latest"
10+
11+
# =================================================================================================
12+
# Misc Tools
13+
# =================================================================================================
914
"aqua:kubernetes/minikube" = "latest"
1015
"aqua:helm/helm" = "latest"
1116
"aqua:derailed/k9s" = "latest"
1217

13-
# Linters
14-
"aqua:rhysd/actionlint" = "1.7.7"
15-
"pipx:yamllint" = "1.37.1"
18+
19+
# =================================================================================================
20+
# CI Tools -> major versions
21+
# =================================================================================================
1622
node = "22"
17-
"npm:@commitlint/cli" = "19.8.1"
18-
"npm:renovate" = "40.25.0"
23+
"npm:renovate" = "40"
24+
"npm:@commitlint/cli" = "19"
25+
"aqua:rhysd/actionlint" = "1"
26+
"pipx:yamllint" = "1"
1927

2028
# =================================================================================================
2129
# TASKS -> Kube Cluster

0 commit comments

Comments
 (0)