mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-01-13 13:21:00 +00:00
- Renovate does not find the "github:*" dependencies in `mise.toml` - The `mdbooks` tools was still installed manually with our own action, this is removed and mise is used instead.
10 lines
349 B
TOML
10 lines
349 B
TOML
[tools]
|
|
go = "1.25.0"
|
|
golangci-lint = "v2.4.0"
|
|
goreleaser = "v2.9.0"
|
|
"github:rust-lang/mdBook" = "v0.4.52" # renovate: datasource=github-releases depName=rust-lang/mdbook
|
|
"github:ko-build/ko" = "v0.18.0" # renovate: datasource=github-releases depName=ko-build/ko
|
|
|
|
[settings]
|
|
# Experimental features are needed for the Go backend
|
|
experimental = true
|