Skip to content

Commit 1a4be3c

Browse files
authored
deps: fix renovate picking up mise.toml (#1232)
Currently, `goreleaser` is not supported as a default registry tool short name by renovate, so we have to annotate it manually. See https://docs.renovatebot.com/modules/manager/mise/#supported-default-registry-tool-short-names
1 parent 2a02259 commit 1a4be3c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mise.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[tools]
22
go = "1.25.4"
3-
"go:go.uber.org/mock/mockgen" = "v0.6.0" # renovate: datasource=github-releases depName=uber-go/mock
4-
golangci-lint = "2.6.1"
5-
goreleaser = "v2.9.0"
6-
"ubi:anchore/quill" = "v0.5.1" # renovate: datasource=github-releases depName=anchore/quill
7-
"ubi:jstemmer/go-junit-report" = "v2.1.0" # renovate: datasource=github-releases depName=jstemmer/go-junit-report
3+
"go:go.uber.org/mock/mockgen" = "v0.6.0"
4+
"ubi:golangci/golangci-lint" = "2.6.1"
5+
"ubi:goreleaser/goreleaser" = "v2.9.0"
6+
"ubi:anchore/quill" = "v0.5.1"
7+
"ubi:jstemmer/go-junit-report" = "v2.1.0"
88

99
[settings]
1010
# Experimental features are needed for the Go backend

0 commit comments

Comments
 (0)